File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
<PackageVersion Include =" JetBrains.Annotations" Version =" 2020.1.0" />
6
6
<PackageVersion Include =" JustEat.HttpClientInterception" Version =" 3.0.0" />
7
7
<PackageVersion Include =" MartinCostello.Logging.XUnit" Version =" 0.1.0" />
8
- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 5.0.0-rc.2.20475.17 " />
9
- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 5.0.0-rc.2.20475.17 " />
8
+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 5.0.0" />
9
+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 5.0.0" />
10
10
<PackageVersion Include =" Microsoft.IdentityModel.Protocols" Version =" 6.6.0" />
11
- <PackageVersion Include =" Shouldly" Version =" 3 .0.2 " />
12
- <PackageVersion Include =" System.Text.Json" Version =" 4.7.2 " />
11
+ <PackageVersion Include =" Shouldly" Version =" 4 .0.0 " />
12
+ <PackageVersion Include =" System.Text.Json" Version =" 5.0.0 " />
13
13
</ItemGroup >
14
14
15
15
</Project >
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