Skip to content

Commit 90fffda

Browse files
author
Bruno de Souza Melo
committed
Dependencies updated.
1 parent c77b960 commit 90fffda

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

docs/Publishing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

src/NuvTools.AspNetCore.EntityFrameworkCore/NuvTools.AspNetCore.EntityFrameworkCore.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SignAssembly>True</SignAssembly>
1010
<AssemblyOriginatorKeyFile>NuvTools.AspNetCore.EntityFrameworkCore.snk</AssemblyOriginatorKeyFile>
1111
<Description>EntityFramework Core helper library to use with ASP.NET Aplications.</Description>
12-
<Version>7.0.0</Version>
12+
<Version>7.0.1</Version>
1313
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1414
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
1515
<PackageIcon>icon.png</PackageIcon>
@@ -25,9 +25,8 @@
2525
</PropertyGroup>
2626

2727
<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" />
3130
</ItemGroup>
3231

3332
<ItemGroup>

src/NuvTools.AspNetCore/NuvTools.AspNetCore.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SignAssembly>True</SignAssembly>
1010
<AssemblyOriginatorKeyFile>NuvTools.AspNetCore.snk</AssemblyOriginatorKeyFile>
1111
<Description>Common library with helpers to use with ASP.NET Aplications.</Description>
12-
<Version>7.0.0</Version>
12+
<Version>7.0.1</Version>
1313
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1414
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
1515
<PackageIcon>icon.png</PackageIcon>
@@ -42,16 +42,16 @@
4242
</ItemGroup>
4343

4444
<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" />
4747
</ItemGroup>
4848

4949
<ItemGroup Condition="'$(targetframework)' == 'net6'">
50-
<PackageReference Include="Microsoft.JSInterop" Version="6.0.14" />
50+
<PackageReference Include="Microsoft.JSInterop" Version="6.0.21" />
5151
</ItemGroup>
5252

5353
<ItemGroup Condition="'$(targetframework)' == 'net7'">
54-
<PackageReference Include="Microsoft.JSInterop" Version="7.0.3" />
54+
<PackageReference Include="Microsoft.JSInterop" Version="7.0.10" />
5555
</ItemGroup>
5656

5757
</Project>

0 commit comments

Comments
 (0)