Skip to content

Commit e57bed8

Browse files
committed
.NET 10
1 parent 013b57d commit e57bed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DemoApp/DemoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
5+
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
66
<PlatformTarget>x64</PlatformTarget>
77
<UseWPF>true</UseWPF>
88
<ApplicationIcon>Images\Icon.ico</ApplicationIcon>

DemoApp/Properties/PublishProfiles/SelfContained_DML.pubxml renamed to DemoApp/Properties/PublishProfiles/SelfContained.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublishDir>bin\Build\DemoApp</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
10+
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
1111
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1212
<SelfContained>true</SelfContained>
1313
<PublishSingleFile>true</PublishSingleFile>

0 commit comments

Comments
 (0)