Skip to content

Commit d59f76d

Browse files
committed
Update to .NET 10.0 and adjust publish paths
Updated the `TargetFramework` property in `PublishToSingleSelfContainedExe.pubxml` and `PublishToSingleSelfContainedExeWthoutFramework.pubxml` from `net9.0-windows7.0` to `net10.0-windows7.0`. Adjusted the `PublishDir` paths in both files to reflect the new target framework version. No other properties or configurations were modified.
1 parent 046bde1 commit d59f76d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

GlucoseTray/Properties/PublishProfiles/PublishToSingleSelfContainedExe.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<PropertyGroup>
55
<Configuration>Release</Configuration>
66
<Platform>Any CPU</Platform>
7-
<PublishDir>bin\Release\net9.0-windows7.0\publish\win-x64\</PublishDir>
7+
<PublishDir>bin\Release\net10.0-windows7.0\publish\win-x64\</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net9.0-windows7.0</TargetFramework>
10+
<TargetFramework>net10.0-windows7.0</TargetFramework>
1111
<SelfContained>true</SelfContained>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<PublishSingleFile>true</PublishSingleFile>

GlucoseTray/Properties/PublishProfiles/PublishToSingleSelfContainedExeWthoutFramework.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<PropertyGroup>
55
<Configuration>Release</Configuration>
66
<Platform>Any CPU</Platform>
7-
<PublishDir>bin\Release\net9.0-windows7.0\publish\win-x64-small\</PublishDir>
7+
<PublishDir>bin\Release\net10.0-windows7.0\publish\win-x64-small\</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<AssemblyName>GlucoseTray-Slim</AssemblyName>
1010
<_TargetId>Folder</_TargetId>
11-
<TargetFramework>net9.0-windows7.0</TargetFramework>
11+
<TargetFramework>net10.0-windows7.0</TargetFramework>
1212
<SelfContained>false</SelfContained>
1313
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1414
<PublishSingleFile>true</PublishSingleFile>

0 commit comments

Comments
 (0)