Skip to content

Commit

Permalink
update rc versions to stable (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Nov 10, 2021
1 parent 27b6361 commit 4f697ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0-rc.2.21480.10" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<ProjectReference Include="$(RepoRoot)\test\TestApp.AspNetCore.6.0\TestApp.AspNetCore.6.0.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.0-rc.2.21480.10" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
Expand Down
6 changes: 1 addition & 5 deletions test/TestApp.AspNetCore.6.0/TestApp.AspNetCore.6.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0-rc.2.21511.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.0-rc.2.21480.10" />
<PackageReference Include="Microsoft.CodeAnalysis.Razor" Version="6.0.0-rc.2.21480.10" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0-rc.2.21480.5" />
<PackageReference Include="System.Collections.Immutable" Version="6.0.0-rc.2.21480.5" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4f697ee

Please sign in to comment.