Skip to content

Commit

Permalink
masesgroup#22: update to KNet 1.5.2 and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Apr 12, 2023
1 parent 0a435b9 commit f78770b
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.1.0</Version>
<Version>0.6.2.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.1">
<PackageReference Include="MASES.KNet" Version="1.5.2">
<IncludeAssets>All</IncludeAssets>
<PrivateAssets>None</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4" PrivateAssets="none" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" 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.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
</ItemGroup>
</Project>

0 comments on commit f78770b

Please sign in to comment.