replace .net6 rc with .net 6 (#23807)
parent
a52e42a2f6
commit
d69aa4dccd
|
@ -36,7 +36,7 @@ If you rely upon a [`global.json`](/dotnet/core/tools/global-json) file to targe
|
|||
{
|
||||
"sdk": {
|
||||
- "version": "5.0.100"
|
||||
+ "version": "6.0.100-rc.2.21505.57"
|
||||
+ "version": "6.0.100"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -66,8 +66,8 @@ In the project file, update each [`Microsoft.AspNetCore.*`](https://www.nuget.or
|
|||
<ItemGroup>
|
||||
- <PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="5.0.3" />
|
||||
- <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0" />
|
||||
+ <PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="6.0.0-rc.2.*" />
|
||||
+ <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0-rc.2.*" />
|
||||
+ <PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="6.0.0" />
|
||||
+ <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" />
|
||||
</ItemGroup>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue