Skip to content

Commit 163701f

Browse files
committed
Stop using NuGet's Central Package Version Management feature
1 parent 798f2f2 commit 163701f

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

AspNet.Security.OpenId.Providers.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3030
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
3131
Directory.Build.props = Directory.Build.props
3232
Directory.Build.targets = Directory.Build.targets
33-
Directory.Packages.props = Directory.Packages.props
3433
global.json = global.json
3534
LICENSE = LICENSE
3635
NuGet.config = NuGet.config
36+
Packages.props = Packages.props
3737
README.md = README.md
3838
EndProjectSection
3939
EndProject

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<DebugSymbols>true</DebugSymbols>
1010
<DebugType>portable</DebugType>
1111
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
12-
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
1312
</PropertyGroup>
1413

1514
<PropertyGroup>

Directory.Build.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22

33
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />
4+
<Import Project="Packages.props" />
45

56
<!--
67
Note: Arcade automatically replaces copyrights defined in .props or .csproj files

Directory.Packages.props

Lines changed: 0 additions & 16 deletions
This file was deleted.

Packages.props

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project>
2+
3+
<ItemGroup>
4+
<PackageReference Update="AngleSharp" Version="0.13.0" />
5+
<PackageReference Update="JetBrains.Annotations" Version="2020.1.0" />
6+
<PackageReference Update="JustEat.HttpClientInterception" Version="3.0.0" />
7+
<PackageReference Update="MartinCostello.Logging.XUnit" Version="0.1.0" />
8+
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.5" />
9+
<PackageReference Update="Microsoft.AspNetCore.TestHost" Version="3.1.5" />
10+
<PackageReference Update="Microsoft.IdentityModel.Protocols" Version="5.6.0" />
11+
<PackageReference Update="Newtonsoft.Json" Version="10.0.3" />
12+
<PackageReference Update="Shouldly" Version="3.0.2" />
13+
<PackageReference Update="System.Text.Json" Version="4.7.2" />
14+
</ItemGroup>
15+
16+
</Project>

0 commit comments

Comments
 (0)