Skip to content

Commit

Permalink
Bump Microsoft.CSharp from 4.0.1 to 4.7.0
Browse files Browse the repository at this point in the history
Bumps Microsoft.CSharp from 4.0.1 to 4.7.0.

---
updated-dependencies:
- dependency-name: Microsoft.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent eb9209e commit 330d176
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions CommonLogging/Anotar.CommonLogging/Anotar.CommonLogging.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" />
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" />

<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" />
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" />

<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" />

<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
</Project>

0 comments on commit 330d176

Please sign in to comment.