Skip to content

Commit

Permalink
chore(deps): Bump System.Reflection.MetadataLoadContext
Browse files Browse the repository at this point in the history
Bumps [System.Reflection.MetadataLoadContext](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: System.Reflection.MetadataLoadContext
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 06b1d9a commit 23846d5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions TypeContractor/TypeContractor.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AnalysisLevel>latest-recommended</AnalysisLevel>
<AnalysisLevel>latest-recommended</AnalysisLevel>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<PackageId>TypeContractor.Lib</PackageId>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<None Remove="Templates\aurelia.hbs" />
<None Remove="Templates\react-axios.hbs" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Templates\aurelia.hbs" />
<EmbeddedResource Include="Templates\react-axios.hbs" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Handlebars.Net" Version="2.1.6" />
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="8.0.0" />
</ItemGroup>
</Project>
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="8.0.1" />
</ItemGroup>
</Project>

0 comments on commit 23846d5

Please sign in to comment.