Skip to content

Commit eb8d9be

Browse files
committed
Update packages including vulnerable packages
1 parent 1150050 commit eb8d9be

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

samples/Sample.WebApplication.Tests/Sample.WebApplication.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
10+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="xunit" Version="2.6.2" />
14+
<PackageReference Include="xunit" Version="2.6.5" />
1515
<PackageReference Include="FluentAssertions" Version="6.12.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
16+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.1" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1818
</ItemGroup>
1919

src/WebMotions.Fake.Authentication.JwtBearer/WebMotions.Fake.Authentication.JwtBearer.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<LangVersion>latest</LangVersion>
5-
<Version>8.0.0</Version>
5+
<Version>8.0.1</Version>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<TargetFramework>net8.0</TargetFramework>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -24,15 +24,15 @@
2424
<RepositoryType>nuget</RepositoryType>
2525
<OutputType>Library</OutputType>
2626
<IsPackable>true</IsPackable>
27-
<AssemblyVersion>8.0.0</AssemblyVersion>
28-
<FileVersion>8.0.0</FileVersion>
27+
<AssemblyVersion>8.0.1</AssemblyVersion>
28+
<FileVersion>8.0.1</FileVersion>
2929
<CodeAnalysisRuleSet>..\..\AnalysisRules.ruleset</CodeAnalysisRuleSet>
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
33+
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
3434
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
35-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />
35+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
3636
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.321">
3737
<PrivateAssets>all</PrivateAssets>
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/WebMotions.Fake.Authentication.JwtBearer.Tests/WebMotions.Fake.Authentication.JwtBearer.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="xunit" Version="2.6.2" />
19-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
20-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.0.3" />
18+
<PackageReference Include="xunit" Version="2.6.5" />
19+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.1" />
20+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.2.0" />
2121
<PackageReference Include="FluentAssertions" Version="6.12.0" />
2222
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.321">
2323
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)