Skip to content

Commit

Permalink
Move all targets to .NET 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Apr 25, 2024
1 parent 4c17459 commit 6083b25
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/ConquerClub.Domain/ConquerClub.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\props\nopackage.props" />

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion example/ConquerClub.UnitTests/ConquerClub.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\props\nopackage.props" />

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<Import Project="..\..\props\package.props" />

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.0.0</Version>
<PackageReleaseNotes>
ToBeRealesed
- Publish .NET 8.0. #41
v1.0.0
- Assertions helpers are FluentAssertion based. #35 (breaking)
- Enable annotations. #31
Expand Down
2 changes: 1 addition & 1 deletion src/Qowaiv.DomainModel/Qowaiv.DomainModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Version>1.1.0</Version>
<PackageReleaseNotes>
v1.1.0
- Expose supported event types via Aggregate.SupportedEventTypes(). #41
- Publish .NET 8.0.
- Expose supported event types via Aggregate.SupportedEventTypes().
v1.0.1
- Reintroduce If() on Then(). #40
v1.0.0
Expand Down

0 comments on commit 6083b25

Please sign in to comment.