Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KateyBee committed Apr 1, 2024
1 parent b29ee98 commit da9fcac
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Src/AspVersioning/FastEndpoints.AspVersioning.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<ProjectReference Include="..\Library\FastEndpoints.csproj"/>

<PackageReference Condition="'$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net7.0'" Include="Asp.Versioning.Http" Version="7.1.0"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Asp.Versioning.Http" Version="8.0.0"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Asp.Versioning.Http" Version="8.1.0"/>

<PackageReference Condition="'$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net7.0'" Include="Asp.Versioning.Mvc.ApiExplorer" Version="7.1.0"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.0.0"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0"/>

<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.0.3"/>
<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.0.7"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Src/ClientGen/FastEndpoints.ClientGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<ItemGroup>
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="14.0.3"/>
<PackageReference Include="NSwag.CodeGeneration.TypeScript" Version="14.0.3"/>
<PackageReference Include="NSwag.Generation" Version="14.0.3"/>
<PackageReference Include="NSwag.CodeGeneration.TypeScript" Version="14.0.7" />
<PackageReference Include="NSwag.Generation" Version="14.0.7" />
<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.0.3"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<ItemGroup>
<ProjectReference Include="..\Messaging.Core\FastEndpoints.Messaging.Core.csproj"/>

<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1"/>

<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.AspNetCore.TestHost" Version="6.0.27"/>
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.AspNetCore.TestHost" Version="6.0.28"/>
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.AspNetCore.TestHost" Version="7.0.16"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.AspNetCore.TestHost" Version="8.0.2"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.AspNetCore.TestHost" Version="8.0.3"/>

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Src/Messaging.Remote/FastEndpoints.Messaging.Remote.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ItemGroup>
<ProjectReference Include="..\Messaging.Core\FastEndpoints.Messaging.Core.csproj"/>

<PackageReference Include="Grpc.Net.Client" Version="2.61.0"/>
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.61.0"/>
<PackageReference Include="Grpc.Net.Client" Version="2.62.0"/>
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.62.0"/>
<PackageReference Include="MessagePack" Version="2.5.140"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
Expand Down
6 changes: 3 additions & 3 deletions Src/Security/FastEndpoints.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<ItemGroup>
<ProjectReference Include="..\Library\FastEndpoints.csproj"/>

<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.27"/>
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.16"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.2"/>
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.28"/>
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.17"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.3"/>

<PackageReference Condition="'$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net7.0'" Include="Microsoft.Bcl.TimeProvider" Version="8.0.1"/>

Expand Down
2 changes: 1 addition & 1 deletion Src/Swagger/FastEndpoints.Swagger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<ProjectReference Include="..\Library\FastEndpoints.csproj"/>

<PackageReference Include="NSwag.AspNetCore" Version="14.0.3"/>
<PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Src/Testing/FastEndpoints.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<ItemGroup>
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.27"/>
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.16"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.2"/>
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.17"/>
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.3"/>

<PackageReference Include="Bogus" Version="35.5.0"/>
<PackageReference Include="Xunit.Priority" Version="1.1.6"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"x-generator": "NSwag v14.0.3.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))",
"x-generator": "NSwag v14.0.7.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))",
"openapi": "3.0.0",
"info": {
"title": "Web API",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"x-generator": "NSwag v14.0.3.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))",
"x-generator": "NSwag v14.0.7.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))",
"openapi": "3.0.0",
"info": {
"title": "Web API",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"x-generator": "NSwag v14.0.3.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))",
"x-generator": "NSwag v14.0.7.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))",
"openapi": "3.0.0",
"info": {
"title": "FastEndpoints Sandbox",
Expand Down

0 comments on commit da9fcac

Please sign in to comment.