We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8a11c commit d43bd9cCopy full SHA for d43bd9c
src/WinDynamicDesktop.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
+ <TargetFrameworks>net8.0;net8.0-windows10.0.19041.0</TargetFrameworks>
4
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
5
<Platforms>AnyCPU;x86;x64;ARM64</Platforms>
6
<OutputType>WinExe</OutputType>
test/WinDynamicDesktop.Tests.csproj
@@ -1,7 +1,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
7
0 commit comments