Skip to content

Commit 1f9ea77

Browse files
Update .NET SDK and packages
Update to the latest .NET 5.0 SDK. Update test/sample NuGet packages to their latest versions.
1 parent cec20e3 commit 1f9ea77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<PackageReference Update="JetBrains.Annotations" Version="2020.3.0" />
55
<PackageReference Update="JustEat.HttpClientInterception" Version="3.1.0" />
66
<PackageReference Update="MartinCostello.Logging.XUnit" Version="0.1.0" />
7-
<PackageReference Update="Microsoft.AspNetCore.Authentication.Google" Version="5.0.2" />
8-
<PackageReference Update="Microsoft.AspNetCore.Authentication.Twitter" Version="5.0.2" />
9-
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.2" />
10-
<PackageReference Update="Microsoft.AspNetCore.TestHost" Version="5.0.2" />
7+
<PackageReference Update="Microsoft.AspNetCore.Authentication.Google" Version="5.0.4" />
8+
<PackageReference Update="Microsoft.AspNetCore.Authentication.Twitter" Version="5.0.4" />
9+
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.4" />
10+
<PackageReference Update="Microsoft.AspNetCore.TestHost" Version="5.0.4" />
1111
<PackageReference Update="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.6.0" />
12-
<PackageReference Update="Moq" Version="4.16.0" />
12+
<PackageReference Update="Moq" Version="4.16.1" />
1313
<PackageReference Update="Shouldly" Version="4.0.3" />
1414
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
1515
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="6.6.0" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "5.0.102"
3+
"dotnet": "5.0.201"
44
},
55

66
"msbuild-sdks": {

0 commit comments

Comments
 (0)