File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/CentralPackageVersions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ In this example, packages like `Newtonsoft.Json` are set to exactly version `10.
2828** SampleProject.csproj**
2929``` xml
3030<Project Sdk =" Microsoft.NET.Sdk" >
31- <Sdk Name =" Microsoft.Build.CentralPackageVersions" Version =" 2.0.14 " />
31+ <Sdk Name =" Microsoft.Build.CentralPackageVersions" Version =" 2.0.1 " />
3232
3333 <PropertyGroup >
3434 <TargetFramework >netstandard2.0</TargetFramework >
@@ -47,7 +47,7 @@ In some cases, you may need to override the version for a particular project. T
4747
4848``` xml
4949<Project Sdk =" Microsoft.NET.Sdk" >
50- <Sdk Name =" Microsoft.Build.CentralPackageVersions" Version =" 2.0.14 " />
50+ <Sdk Name =" Microsoft.Build.CentralPackageVersions" Version =" 2.0.1 " />
5151
5252 <PropertyGroup >
5353 <TargetFramework >netstandard2.0</TargetFramework >
@@ -160,4 +160,4 @@ In version 2.0 of the package, we have deprecated the `PackageVersion` item and
160160 <ItemGroup >
161161 <PackageReference Include =" PackageA" VersionOverride =" 1.0.0" ExcludeAssets =" Build" />
162162 </ItemGroup >
163- ```
163+ ```
You can’t perform that action at this time.
0 commit comments