File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
NuvTools.AspNetCore.EntityFrameworkCore Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
- nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.AspNetCore.7.0.0 .nupkg
2
- nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.AspNetCore.EntityFrameworkCore.7.0.0 .nupkg
1
+ nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.AspNetCore.7.0.1 .nupkg
2
+ nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.AspNetCore.EntityFrameworkCore.7.0.1 .nupkg
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 >7.0.0 </Version >
12
+ <Version >7.0.1 </Version >
13
13
<GenerateDocumentationFile >True</GenerateDocumentationFile >
14
14
<EnforceCodeStyleInBuild >True</EnforceCodeStyleInBuild >
15
15
<PackageIcon >icon.png</PackageIcon >
25
25
</PropertyGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.2.0" />
29
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 7.0.3" />
30
- <PackageReference Include =" NuvTools.Data.EntityFrameworkCore" Version =" 7.0.0" />
28
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 7.0.10" />
29
+ <PackageReference Include =" NuvTools.Data.EntityFrameworkCore" Version =" 7.0.1" />
31
30
</ItemGroup >
32
31
33
32
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
<SignAssembly >True</SignAssembly >
10
10
<AssemblyOriginatorKeyFile >NuvTools.AspNetCore.snk</AssemblyOriginatorKeyFile >
11
11
<Description >Common library with helpers to use with ASP.NET Aplications.</Description >
12
- <Version >7.0.0 </Version >
12
+ <Version >7.0.1 </Version >
13
13
<GenerateDocumentationFile >True</GenerateDocumentationFile >
14
14
<EnforceCodeStyleInBuild >True</EnforceCodeStyleInBuild >
15
15
<PackageIcon >icon.png</PackageIcon >
42
42
</ItemGroup >
43
43
44
44
<ItemGroup >
45
- <PackageReference Include =" AutoMapper.Extensions. Microsoft.DependencyInjection " Version = " 12.0.0 " />
46
- <PackageReference Include =" Microsoft.AspNetCore.WebUtilities " Version =" 2.2.0 " />
45
+ <FrameworkReference Include =" Microsoft.AspNetCore.App " />
46
+ <PackageReference Include =" AutoMapper.Extensions.Microsoft.DependencyInjection " Version =" 12.0.1 " />
47
47
</ItemGroup >
48
48
49
49
<ItemGroup Condition =" '$(targetframework)' == 'net6'" >
50
- <PackageReference Include =" Microsoft.JSInterop" Version =" 6.0.14 " />
50
+ <PackageReference Include =" Microsoft.JSInterop" Version =" 6.0.21 " />
51
51
</ItemGroup >
52
52
53
53
<ItemGroup Condition =" '$(targetframework)' == 'net7'" >
54
- <PackageReference Include =" Microsoft.JSInterop" Version =" 7.0.3 " />
54
+ <PackageReference Include =" Microsoft.JSInterop" Version =" 7.0.10 " />
55
55
</ItemGroup >
56
56
57
57
</Project >
You can’t perform that action at this time.
0 commit comments