Skip to content

Commit 7dee0c3

Browse files
Update .NET SDK
Update to the latest daily build of the .NET 6 RC1 SDK.
1 parent 966b6e6 commit 7dee0c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.100-rc.1.21374.7",
3+
"version": "6.0.100-rc.1.21378.8",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

src/TodoApp/TodoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="6.0.0-preview.6.21378.61" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.1.21372.5" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.1.21377.7" />
1313
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.3.5" PrivateAssets="all" />
1414
<PackageReference Include="NodaTime" Version="3.0.5" />
1515
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" />

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<FrameworkReference Include="Microsoft.AspNetCore.App" />
99
<PackageReference Include="JustEat.HttpClientInterception" Version="3.1.0" />
1010
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.1.2" />
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.0-rc.1.21374.5" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.0-rc.1.21378.1" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
1313
<PackageReference Include="Microsoft.Playwright" Version="1.13.0" />
1414
<PackageReference Include="Shouldly" Version="4.0.3" />

0 commit comments

Comments
 (0)