Skip to content

Commit

Permalink
Dependencies updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno de Souza Melo committed Aug 27, 2023
1 parent c77b960 commit 90fffda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/Publishing.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.AspNetCore.7.0.0.nupkg
nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.AspNetCore.EntityFrameworkCore.7.0.0.nupkg
nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.AspNetCore.7.0.1.nupkg
nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.AspNetCore.EntityFrameworkCore.7.0.1.nupkg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>NuvTools.AspNetCore.EntityFrameworkCore.snk</AssemblyOriginatorKeyFile>
<Description>EntityFramework Core helper library to use with ASP.NET Aplications.</Description>
<Version>7.0.0</Version>
<Version>7.0.1</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -25,9 +25,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.3" />
<PackageReference Include="NuvTools.Data.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.10" />
<PackageReference Include="NuvTools.Data.EntityFrameworkCore" Version="7.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/NuvTools.AspNetCore/NuvTools.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>NuvTools.AspNetCore.snk</AssemblyOriginatorKeyFile>
<Description>Common library with helpers to use with ASP.NET Aplications.</Description>
<Version>7.0.0</Version>
<Version>7.0.1</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<PackageIcon>icon.png</PackageIcon>
Expand Down Expand Up @@ -42,16 +42,16 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net6'">
<PackageReference Include="Microsoft.JSInterop" Version="6.0.14" />
<PackageReference Include="Microsoft.JSInterop" Version="6.0.21" />
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net7'">
<PackageReference Include="Microsoft.JSInterop" Version="7.0.3" />
<PackageReference Include="Microsoft.JSInterop" Version="7.0.10" />
</ItemGroup>

</Project>

0 comments on commit 90fffda

Please sign in to comment.