Skip to content

Commit 4d35ce4

Browse files
authored
Move From Release Candidate to Official .NET 8 (#2)
1 parent 04336a6 commit 4d35ce4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

BlazorFocused.Exceptions.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Configuration", "_Configur
1414
Directory.Build.props = Directory.Build.props
1515
Directory.Build.targets = Directory.Build.targets
1616
Directory.Packages.props = Directory.Packages.props
17+
global.json = global.json
1718
NuGet.config = NuGet.config
1819
EndProjectSection
1920
EndProject

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
</ItemGroup>
2222

2323
<ItemGroup Label="Microsoft NuGet Packages (Source)" Condition="'$(TargetFramework)' == 'net8.0'">
24-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0-rc.1.23421.29" />
25-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0-rc.1.23419.4" />
26-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0-rc.1.23419.4" />
24+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.2" />
25+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
26+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup Label="Microsoft NuGet Packages (Test)">
@@ -37,7 +37,7 @@
3737
<PackageVersion Include="Bogus" Version="34.0.2" />
3838
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
3939
<PackageVersion Include="Moq" Version="4.18.3" />
40-
<PackageVersion Include="BlazorFocused.Testing.Logging" Version="1.0.0-alpha2" />
40+
<PackageVersion Include="BlazorFocused.Testing.Logging" Version="1.0.0" />
4141
</ItemGroup>
4242

4343
</Project>

0 commit comments

Comments
 (0)