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 6e32267 commit b5977d9Copy full SHA for b5977d9
windowsforms/helloworld-links/FullFxApp/FullFxApp.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>net48</TargetFramework>
4
<OutputType>WinExe</OutputType>
@@ -15,6 +15,6 @@
15
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.336902">
16
<PrivateAssets>all</PrivateAssets>
17
</PackageReference>
18
- <PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
+ <PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" />
19
</ItemGroup>
20
</Project>
0 commit comments