Skip to content

Commit

Permalink
breaking change: all core packages now target .NET 6.0/7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzima committed Jan 15, 2023
1 parent 3a4b82f commit 300caa1
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<PropertyGroup>
<VersionPrefix>1.33.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
<Authors>Revo Framework</Authors>
<Copyright>Copyright (c) 2017-2023 Martin Zima</Copyright>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<LangVersion>8</LangVersion>
<LangVersion>11</LangVersion>
<PackageIcon>icon-128.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/revoframework/Revo/develop/res/icon-128.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/revoframework/Revo</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>eventsourcing,cqrs,ddd,aspnet,webapi,framework,netstandard,aspnetcore,event-sourcing,domain-driven-design</PackageTags>
<PackageTags>eventsourcing,cqrs,ddd,aspnet,webapi,framework,aspnetcore,event-sourcing,domain-driven-design</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/revoframework/Revo</RepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand All @@ -27,5 +27,5 @@
<None Include="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))/res/icon-128.png" Pack="true" PackagePath="/"/>
<None Include="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))/README.md" Pack="true" PackagePath="/"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Extension for automatic discovery and registration of AutoMapper profiles.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
History-tracking extension package.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Configurable user notifications extension package.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Providers/EF6/Revo.EF6/Revo.EF6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Entity Framework 6 (EF6) data access and infrastructure services.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Providers/EasyNetQ/Revo.EasyNetQ/Revo.EasyNetQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Framework infrastruture package - event stores, projections, jobs, etc.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Providers/Hangfire/Revo.Hangfire/Revo.Hangfire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Hangfire background job support.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Providers/RavenDB/Revo.RavenDB/Revo.RavenDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
RavenDB data access and infrastructure services.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Providers/Rebus/Revo.Rebus/Revo.Rebus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Rebus (service bus) messaging integration package.</Description>
Expand Down
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
### Changed
- Hangfire dashboard is now disabled by default
- updated NuGet metadata to use new preferred format (package icon, license expression, packaged README), added EmbedUntrackedSources
- breaking: all core packages now target .NET 6.0/7.0

## [1.31.0] - 2022-12-26

Expand Down
2 changes: 1 addition & 1 deletion Revo.Core/Revo.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Core package of the framework.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Revo.DataAccess/Revo.DataAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Data access abstractions.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Revo.Domain/Revo.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Base domain model package.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Revo.Infrastructure/Revo.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Framework infrastruture package - event stores, projections, jobs, etc.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Revo.Testing/Revo.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<Description>Event Sourcing, CQRS and DDD framework for modern C#/.NET applications.
Infrastructure for testing framework apps.</Description>
Expand Down

0 comments on commit 300caa1

Please sign in to comment.