Skip to content

Commit

Permalink
Merge branch 'feature/WinUI' of https://github.com/Caliburn-Micro/Cal…
Browse files Browse the repository at this point in the history
…iburn.Micro into feature/WinUI
  • Loading branch information
vb2ae committed Jan 10, 2025
2 parents bdb3a48 + d7fca86 commit 246eeb2
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 246eeb2

Please sign in to comment.