Skip to content

Commit

Permalink
Vulnerability Fix within NetCore.App
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDev committed Oct 6, 2024
1 parent f99eed3 commit 37d8046
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 8 deletions.
3 changes: 3 additions & 0 deletions Chaos.Common.Abstractions/Chaos.Common.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
<DebugType>embedded</DebugType>
<IsTrimmable>False</IsTrimmable>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion Chaos.Common/Chaos.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<ProjectReference Include="..\Chaos.IO\Chaos.IO.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0-rc.1.24431.7" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
<IsAotCompatible>False</IsAotCompatible>
<IsTrimmable>False</IsTrimmable>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion Chaos.Cryptography/Chaos.Cryptography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0-rc.1.24431.7" />
</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions Chaos.Extensions.Common/Chaos.Extensions.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0-rc.1.24431.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
<IsAotCompatible>False</IsAotCompatible>
<IsTrimmable>False</IsTrimmable>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions Chaos.Geometry/Chaos.Geometry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@
<ItemGroup>
<InternalsVisibleTo Include="Chaos.Geometry.Tests" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions Chaos.IO/Chaos.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@
<ItemGroup>
<InternalsVisibleTo Include="Chaos.IO.Tests" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion Chaos.NLog.Logging/Chaos.NLog.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<IsTrimmable>False</IsTrimmable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0-rc.1.24431.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Chaos.Extensions.Common\Chaos.Extensions.Common.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0-rc.1.24431.7" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion Chaos.Networking/Chaos.Networking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<ProjectReference Include="..\Chaos.Packets\Chaos.Packets.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0-rc.1.24431.7" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions Chaos.Packets.Abstractions/Chaos.Packets.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@
<ItemGroup>
<ProjectReference Include="..\Chaos.IO\Chaos.IO.csproj" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions Chaos.Packets/Chaos.Packets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@
<ProjectReference Include="..\Chaos.Extensions.Common\Chaos.Extensions.Common.csproj"/>
<ProjectReference Include="..\Chaos.Packets.Abstractions\Chaos.Packets.Abstractions.csproj" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions Chaos.Time.Abstractions/Chaos.Time.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
<IsAotCompatible>False</IsAotCompatible>
<IsTrimmable>False</IsTrimmable>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion Chaos.Time/Chaos.Time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
<ProjectReference Include="..\Chaos.Time.Abstractions\Chaos.Time.Abstractions.csproj" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="T-Digest.NET" Version="1.0.3" />
</ItemGroup>
</Project>

0 comments on commit 37d8046

Please sign in to comment.