Skip to content

Commit de58f4c

Browse files
committed
Update README.md
1 parent 9efc09a commit de58f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Samples/NetProjectionSample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This sample demonstrates how to do the following:
1010

1111
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with the Universal Windows Platform development workload installed. In **Installation Details** > **Universal Windows Platform development**, check the **C++ (v14x) Universal Windows Platform tools** option.
1212
* [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
13-
* nuget.exe 5.8.0-preview.2 or later (for command line MSBuild)
13+
* nuget.exe 6.3.0 or later (for command line MSBuild)
1414

1515
**Note**: This sample uses .NET 6 and therefore requires Visual Studio 2022 to build and run. If you prefer, you can use Visual Studio 2019 and modify the sample to target [.NET 5](https://dotnet.microsoft.com/download/dotnet/5.0). To do this, you will need to modify the `TargetFramework` and the *nuspec* file in the `SimpleMathProjection` project to target `net5.0-windows10.0.19041.0`.
1616

0 commit comments

Comments
 (0)