Skip to content

Commit

Permalink
#22: update KNet and version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Mar 15, 2023
1 parent 6c7883c commit 5bf4eae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Common/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>0.6.0.0</Version>
<Version>0.6.1.0</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
Expand Down
4 changes: 2 additions & 2 deletions src/KEFCore/KEFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MASES.KNet" Version="1.5.0">
<PackageReference Include="MASES.KNet" Version="1.5.1">
<IncludeAssets>All</IncludeAssets>
<PrivateAssets>None</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.2" PrivateAssets="none" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4" PrivateAssets="none" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/KEFCore.Test/KEFCore.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4" />
</ItemGroup>
</Project>

0 comments on commit 5bf4eae

Please sign in to comment.