Skip to content

Commit

Permalink
Update to ASP.NET 5
Browse files Browse the repository at this point in the history
Update to the final release of ASP.NET 5.
Update Shouldly.
  • Loading branch information
martincostello committed Nov 10, 2020
1 parent dd633cf commit 4b0dca5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<PackageVersion Include="JetBrains.Annotations" Version="2020.1.0" />
<PackageVersion Include="JustEat.HttpClientInterception" Version="3.0.0" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.1.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.0-rc.2.20475.17" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="5.0.0-rc.2.20475.17" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="5.0.0" />
<PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="6.6.0" />
<PackageVersion Include="Shouldly" Version="3.0.2" />
<PackageVersion Include="System.Text.Json" Version="4.7.2" />
<PackageVersion Include="Shouldly" Version="4.0.0" />
<PackageVersion Include="System.Text.Json" Version="5.0.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
<PreReleaseVersionIteration>2</PreReleaseVersionIteration>
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
<PreReleaseVersionIteration></PreReleaseVersionIteration>
<PreReleaseBrandingLabel>RC $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "5.0.100-rc.2.20479.15"
"dotnet": "5.0.100"
},

"msbuild-sdks": {
Expand Down

0 comments on commit 4b0dca5

Please sign in to comment.