File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
<PackageVersion Include =" JetBrains.Annotations" Version =" 2020.1.0" />
5
5
<PackageVersion Include =" JustEat.HttpClientInterception" Version =" 3.0.0" />
6
6
<PackageVersion Include =" MartinCostello.Logging.XUnit" Version =" 0.1.0" />
7
- <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 5.0.0-rc.2.20475.17 " />
8
- <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 5.0.0-rc.2.20475.17 " />
9
- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 5.0.0-rc.2.20475.17 " />
10
- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 5.0.0-rc.2.20475.17 " />
11
- <PackageVersion Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3.0 " />
7
+ <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 5.0.0" />
8
+ <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 5.0.0" />
9
+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 5.0.0" />
10
+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 5.0.0" />
11
+ <PackageVersion Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3.1 " />
12
12
<PackageVersion Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 6.6.0" />
13
- <PackageVersion Include =" Moq" Version =" 4.14.5 " />
14
- <PackageVersion Include =" Shouldly" Version =" 3 .0.2 " />
13
+ <PackageVersion Include =" Moq" Version =" 4.14.7 " />
14
+ <PackageVersion Include =" Shouldly" Version =" 4 .0.0 " />
15
15
<PackageVersion Include =" StyleCop.Analyzers" Version =" 1.1.118" />
16
16
<PackageVersion Include =" System.IdentityModel.Tokens.Jwt" Version =" 6.6.0" />
17
17
</ItemGroup >
Original file line number Diff line number Diff line change 5
5
<MinorVersion >0</MinorVersion >
6
6
<PatchVersion >0</PatchVersion >
7
7
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
8
- <PreReleaseVersionLabel >rc </PreReleaseVersionLabel >
9
- <PreReleaseVersionIteration >2 </PreReleaseVersionIteration >
8
+ <PreReleaseVersionLabel >rtm </PreReleaseVersionLabel >
9
+ <PreReleaseVersionIteration ></PreReleaseVersionIteration >
10
10
<PreReleaseBrandingLabel >RC $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
11
11
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
12
12
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 5.0.100-rc.2.20479.15 "
3
+ "dotnet" : " 5.0.100"
4
4
},
5
5
6
6
"msbuild-sdks" : {
You can’t perform that action at this time.
0 commit comments