Skip to content

Commit cecf32b

Browse files
costellobotmartincostello
authored andcommitted
Update .NET SDK to 9.0.100-rc.1.24413.1 (#37)
* Update .NET SDK Update .NET SDK to version 9.0.100-rc.1.24413.1. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rc.1.24413.1 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.7.24406.2 to 9.0.0-rc.1.24413.4. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-preview.7.24406.2 to 9.0.0-rc.1.24413.4. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-preview.7.24405.3 to 9.0.0-rc.1.24402.2. Bumps Microsoft.Extensions.ApiDescription.Server from 9.0.0-preview.7.24406.2 to 9.0.0-rc.1.24413.4. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.ApiDescription.Server dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
1 parent d07a143 commit cecf32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-rc.1.24452.1" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
14-
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.21" />
14+
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.20" />
1515
<PackageReference Include="Microsoft.Playwright" Version="1.46.0" />
1616
<PackageReference Include="Verify.Xunit" Version="26.4.4" />
1717
<PackageReference Include="xunit" Version="2.9.0" />

0 commit comments

Comments
 (0)