Skip to content

Commit ace0805

Browse files
committed
2.0.0.3
1 parent dc27b4a commit ace0805

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/Properties/PublishProfiles/linux-arm.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\linux-arm\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\linux-arm\publish\</PublishDir>
99
<RuntimeIdentifier>linux-arm</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/linux-arm64.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\linux-arm64\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\linux-arm64\publish\</PublishDir>
99
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/linux-bionic-x64.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\linux-bionic-x64\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\linux-bionic-x64\publish\</PublishDir>
99
<RuntimeIdentifier>linux-bionic-x64</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/linux-musl-x64.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\linux-musl-x64\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\linux-musl-x64\publish\</PublishDir>
99
<RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/linux-x64.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\linux-x64\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\linux-x64\publish\</PublishDir>
99
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/osx-arm64.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\osx-arm64\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\osx-arm64\publish\</PublishDir>
99
<RuntimeIdentifier>osx-arm64</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/osx-x64.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\osx-x64\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\osx-x64\publish\</PublishDir>
99
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/win-arm64.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\win-arm64\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\win-arm64\publish\</PublishDir>
99
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/win-x64.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\win-x64\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\win-x64\publish\</PublishDir>
99
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

src/Properties/PublishProfiles/win-x86.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<_TargetId>Folder</_TargetId>
66

77
<!--target runtime-->
8-
<PublishDir>bin\Release\net8.0\win-x86\publish\</PublishDir>
8+
<PublishDir>bin\Release\net9.0\win-x86\publish\</PublishDir>
99
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
1010
</PropertyGroup>
1111
</Project>

0 commit comments

Comments
 (0)