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 6270869 commit ec1e6e0Copy full SHA for ec1e6e0
wpf/getting-started/ReactiveDemo/ReactiveDemo.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
@@ -8,7 +8,7 @@
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="NuGet.Protocol" Version="6.5.0" />
+ <PackageReference Include="NuGet.Protocol" Version="6.5.1" />
12
<PackageReference Include="ReactiveUI.WPF" Version="18.*" />
13
</ItemGroup>
14
</Project>
0 commit comments