File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/NuvTools.AspNetCore.EntityFrameworkCore
tests/NuvTools.AspNetCore.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<SignAssembly >True</SignAssembly >
10
10
<AssemblyOriginatorKeyFile >NuvTools.AspNetCore.EntityFrameworkCore.snk</AssemblyOriginatorKeyFile >
11
11
<Description >EntityFramework Core helper library to use with ASP.NET Aplications.</Description >
12
- <Version >8.0.2 </Version >
12
+ <Version >8.0.3 </Version >
13
13
<GenerateDocumentationFile >True</GenerateDocumentationFile >
14
14
<EnforceCodeStyleInBuild >True</EnforceCodeStyleInBuild >
15
15
<PackageIcon >icon.png</PackageIcon >
27
27
<ItemGroup >
28
28
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
29
29
30
- <PackageReference Include =" NuvTools.Data.EntityFrameworkCore" Version =" 8.0.2 " />
30
+ <PackageReference Include =" NuvTools.Data.EntityFrameworkCore" Version =" 8.0.3 " />
31
31
</ItemGroup >
32
32
33
33
<ItemGroup Condition =" '$(targetframework)' == 'net6'" >
Original file line number Diff line number Diff line change 11
11
12
12
<ItemGroup >
13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0" />
14
- <PackageReference Include =" NUnit" Version =" 4.0.1 " />
14
+ <PackageReference Include =" NUnit" Version =" 4.1.0 " />
15
15
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
16
16
<PackageReference Include =" NUnit.Analyzers" Version =" 4.0.1" >
17
17
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments