Skip to content

Commit

Permalink
Update Caliburn.Micro.WinUI3.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
vb2ae authored Jan 9, 2025
1 parent f5cee18 commit d7fca86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Caliburn.Micro.WinUI3/Caliburn.Micro.WinUI3.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>Caliburn.Micro</RootNamespace>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<LangVersion>10.0</LangVersion>
<DefineConstants>WinUI3</DefineConstants>
Expand Down

0 comments on commit d7fca86

Please sign in to comment.