Skip to content

Commit

Permalink
Update to version 2.4.2 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Nov 5, 2024
1 parent 89b9c26 commit a54cbc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/net/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>2.4.1.0</Version>
<Version>2.4.2.0</Version>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion src/net/templates/templates/kefcoreApp/kefcoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KEFCore\KEFCore.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.EntityFrameworkCore.KNet" Version="2.4.1" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.EntityFrameworkCore.KNet" Version="2.4.2" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KEFCore\KEFCore.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.EntityFrameworkCore.KNet" Version="2.4.1" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.EntityFrameworkCore.KNet" Version="2.4.2" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>

0 comments on commit a54cbc5

Please sign in to comment.