Skip to content

Commit dbec32a

Browse files
Remove custom Results class
Update the SDK to use built-in Result factory class.
1 parent 07d26f7 commit dbec32a

File tree

3 files changed

+2
-69
lines changed

3 files changed

+2
-69
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-preview.7.21351.6",
3+
"version": "6.0.100-preview.7.21354.4",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

src/TodoApp/Results.cs

Lines changed: 0 additions & 67 deletions
This file was deleted.

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.1" />
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.0-preview.7.21329.3" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.0-preview.7.21330.3" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
1313
<PackageReference Include="Microsoft.Playwright" Version="1.12.2" />
1414
<PackageReference Include="Shouldly" Version="4.0.3" />

0 commit comments

Comments
 (0)