Skip to content

Commit cfa24df

Browse files
committed
Updated publish profiles
1 parent b8ccb45 commit cfa24df

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

Obj2Tiles/Properties/PublishProfiles/linux-arm64.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
https://go.microsoft.com/fwlink/?LinkID=208121.
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>bin\Release\net9.0\publish\linux-arm64\</PublishDir>
9+
<PublishDir>bin\Release\net10.0\publish\linux-arm64\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>net9.0</TargetFramework>
11+
<TargetFramework>net10.0</TargetFramework>
1212
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>True</PublishSingleFile>

Obj2Tiles/Properties/PublishProfiles/linux-x64.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
https://go.microsoft.com/fwlink/?LinkID=208121.
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>bin\Release\net9.0\publish\linux-x64\</PublishDir>
9+
<PublishDir>bin\Release\net10.0\publish\linux-x64\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>net9.0</TargetFramework>
11+
<TargetFramework>net10.0</TargetFramework>
1212
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>True</PublishSingleFile>

Obj2Tiles/Properties/PublishProfiles/osx-x64.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
https://go.microsoft.com/fwlink/?LinkID=208121.
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>bin\Release\net9.0\publish\osx-x64\</PublishDir>
9+
<PublishDir>bin\Release\net10.0\publish\osx-x64\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>net9.0</TargetFramework>
11+
<TargetFramework>net10.0</TargetFramework>
1212
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>True</PublishSingleFile>

Obj2Tiles/Properties/PublishProfiles/win-arm64.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
https://go.microsoft.com/fwlink/?LinkID=208121.
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>bin\Release\net9.0\publish\win-arm64\</PublishDir>
9+
<PublishDir>bin\Release\net10.0\publish\win-arm64\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>net9.0</TargetFramework>
11+
<TargetFramework>net10.0</TargetFramework>
1212
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>True</PublishSingleFile>

Obj2Tiles/Properties/PublishProfiles/win-x64.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
https://go.microsoft.com/fwlink/?LinkID=208121.
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>Any CPU</Platform>
9-
<PublishDir>bin\Release\net9.0\publish\win-x64\</PublishDir>
9+
<PublishDir>bin\Release\net10.0\publish\win-x64\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>net9.0</TargetFramework>
11+
<TargetFramework>net10.0</TargetFramework>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>True</PublishSingleFile>

0 commit comments

Comments
 (0)