Skip to content

Commit

Permalink
masesgroup#22: update to KNet 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Oct 10, 2022
1 parent 975082a commit 8375fef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
17 changes: 17 additions & 0 deletions src/Common/Common.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>0.4.6.0</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>
15 changes: 2 additions & 13 deletions src/KEFCore/KEFCore.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Common\Common.props" />
<PropertyGroup>
<ImplicitUsings>true</ImplicitUsings>
<LangVersion>latest</LangVersion>
<AssemblyName>MASES.EntityFrameworkCore.KNet</AssemblyName>
<RootNamespace>MASES.EntityFrameworkCore.KNet</RootNamespace>
<Title>EntityFrameworkCore KNet - EntityFrameworkCore provider for Apache Kafka</Title>
<Description>EntityFrameworkCore KNet - EntityFrameworkCore provider for Apache Kafka</Description>
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>0.4.5.0</Version>
<Product>MASES.EntityFrameworkCore.KNet</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net6.0</TargetFrameworks>
<OutputPath>..\..\bin\</OutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -35,10 +28,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<Using Include="System.Diagnostics" />
<Using Include="System.Linq.Expressions" />
Expand Down Expand Up @@ -94,7 +83,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MASES.KNet" Version="1.4.0">
<PackageReference Include="MASES.KNet" Version="1.4.1">
<IncludeAssets>All</IncludeAssets>
<PrivateAssets>None</PrivateAssets>
</PackageReference>
Expand Down
9 changes: 1 addition & 8 deletions test/KEFCore.Test/KEFCore.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\src\Common\Common.props" />
<PropertyGroup>
<LangVersion>latest</LangVersion>
<AssemblyName>MASES.EntityFrameworkCore.KNet.Test</AssemblyName>
<RootNamespace>MASES.EntityFrameworkCore.KNet.Test</RootNamespace>
<Title>EntityFrameworkCore KNet Test</Title>
<Description>EntityFrameworkCore KNet Test</Description>
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>0.4.5.0</Version>
<Product>MASES.EntityFrameworkCore.KNet.Test</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFramework>net6.0</TargetFramework>
<OutputPath>..\..\bin\</OutputPath>
<OutputType>Exe</OutputType>
</PropertyGroup>
Expand Down

0 comments on commit 8375fef

Please sign in to comment.