Skip to content

Commit d7fca86

Browse files
authored
Update Caliburn.Micro.WinUI3.csproj
1 parent f5cee18 commit d7fca86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Caliburn.Micro.WinUI3/Caliburn.Micro.WinUI3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
3+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
44
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
55
<RootNamespace>Caliburn.Micro</RootNamespace>
6-
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
6+
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
77
<UseWinUI>true</UseWinUI>
88
<LangVersion>10.0</LangVersion>
99
<DefineConstants>WinUI3</DefineConstants>

0 commit comments

Comments
 (0)