Skip to content

Commit

Permalink
Adjust project settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysneed committed Feb 7, 2022
1 parent 4b0ca91 commit cfbb7d7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 39 deletions.
28 changes: 9 additions & 19 deletions TrackableEntities.Common.Core/TrackableEntities.Common.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,20 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>TrackableEntities.Common.NET6</PackageId>
<PackageVersion>3.1.1</PackageVersion>
<PackageId>TrackableEntities.Common</PackageId>
<PackageVersion>6.0.0</PackageVersion>
<Authors>Tony Sneed</Authors>
<Company></Company>
<Title>Trackable Entities Common for .NET6</Title>
<Description>Assembly containing TrackingState enum and ITrackable, IMergeable interfaces for .NET6.</Description>
<Company>Tony Sneed</Company>
<Title>Trackable Entities Common</Title>
<Description>Assembly containing TrackingState enum and ITrackable, IMergeable interfaces.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>See: https://github.com/samantha-letourneau/TrackableEntities.Core/releases/tag/v3.1.1</PackageReleaseNotes>
<PackageTags>change-tracking entity-framework-core n-tier;NET6</PackageTags>
<PackageReleaseNotes>https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v6.0.0</PackageReleaseNotes>
<PackageTags>change-tracking entity-framework-core n-tier</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/samantha-letourneau/TrackableEntities.Core</PackageProjectUrl>
<PackageProjectUrl>https://github.com/TrackableEntities/TrackableEntities.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<IncludeSource>true</IncludeSource>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\TrackableEntities.Common.Core.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\TrackableEntities.Common.Core.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down
30 changes: 10 additions & 20 deletions TrackableEntities.EF.Core/TrackableEntities.EF.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,27 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>6.0.1</PackageVersion>
<Authors>Tony Sneed; Samantha Létourneau</Authors>
<Company></Company>
<PackageVersion>6.0.0</PackageVersion>
<Authors>Tony Sneed</Authors>
<Company>Tony Sneed</Company>
<Title>Trackable Entities for EF Core</Title>
<Description>Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved by a service in a single transaction. Package updated to work with .NET6.</Description>
<Description>Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved by a service in a single transaction</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/samantha-letourneau/TrackableEntities.Core</PackageProjectUrl>
<PackageProjectUrl>https://github.com/TrackableEntities/TrackableEntities.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>change-tracking entity-framework-core n-tier;.NET6</PackageTags>
<PackageReleaseNotes>See: https://github.com/samantha-letourneau/TrackableEntities.Core/releases/tag/v5.0.1</PackageReleaseNotes>
<IncludeSource>true</IncludeSource>
<PackageTags>change-tracking entity-framework-core n-tier</PackageTags>
<PackageReleaseNotes>https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v6.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>TrackableEntities.EF.NET6</PackageId>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.1\TrackableEntities.EF.Core.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.1\TrackableEntities.EF.Core.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cfbb7d7

Please sign in to comment.