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 75fbb7c commit 5b3adc5Copy full SHA for 5b3adc5
src/BackgroundTasks/BackgroundTasks.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>net7.0-windows10.0.22621.0</TargetFramework>
4
<AssemblyName>BackgroundTasks</AssemblyName>
@@ -15,6 +15,6 @@
15
<CsWinRTGeneratedFilesDir>$(MSBuildProjectDirectory)\bin\$(Platform)\$(Configuration)</CsWinRTGeneratedFilesDir>
16
</PropertyGroup>
17
<ItemGroup>
18
- <PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.1" />
+ <PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.2" />
19
</ItemGroup>
20
</Project>
0 commit comments