-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgraded to .NET 8. (#34) * Feature/steven rothwell/upgrade to net8 (#35) * Updated launch. * Updated NuGet packages. * Updated release notes. (#36)
- Loading branch information
1 parent
5fa11ee
commit 55b9dc7
Showing
6 changed files
with
48 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<PropertyGroup> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Humanizer.Core" Version="2.14.1" /> | ||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> | ||
<PackageReference Include="MongoDB.Driver" Version="2.22.0" /> | ||
<PackageReference Include="MongoDB.Bson" Version="2.22.0" /> | ||
<PackageReference Include="System.Text.Json" Version="7.0.3" /> | ||
<PackageReference Include="MongoDB.Driver" Version="2.23.1" /> | ||
<PackageReference Include="MongoDB.Bson" Version="2.23.1" /> | ||
<PackageReference Include="System.Text.Json" Version="8.0.1" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Release v1.0.0 | ||
# Release v1.0.1 | ||
|
||
## Notes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Release v2.0.0 | ||
|
||
## Notes | ||
|
||
Upgraded to .NET 8 and updated NuGet packages. | ||
|
||
### Breaking Changes | ||
|
||
- Upgraded to .NET 8. | ||
- Ensure local and servers can run .NET 8 applications. | ||
|
||
### New Features | ||
|
||
- None | ||
|
||
### Maintenance | ||
|
||
- Updated NuGet packages. | ||
- Crud.Api | ||
- MongoDB.Driver | ||
- MongoDB.Bson | ||
- System.Text.Json | ||
- Crud.Api.Tests | ||
- Moq | ||
- System.Text.Json | ||
- xunit | ||
- xunit.runner.visualstudio | ||
|
||
## Available Preservers | ||
|
||
- MongoDB | ||
|
||
## Framework | ||
|
||
- .NET 8 |