Skip to content

Commit

Permalink
Merge pull request mathnet#996 from mathnet/dependabot/nuget/Microsof…
Browse files Browse the repository at this point in the history
…t.CodeAnalysis.NetAnalyzers-7.0.1

Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.0 to 7.0.1
  • Loading branch information
cdrnet authored Aug 1, 2023
2 parents ad8ef49 + b69ab85 commit 037b98c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Data.Matlab/Data.Matlab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
<ProjectReference Include="..\Numerics\Numerics.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Data.Text/Data.Text.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
<ProjectReference Include="..\Numerics\Numerics.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Numerics/Numerics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
<NoWarn>1701;1702;1705;1591;1573</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Providers.CUDA/Providers.CUDA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
<ProjectReference Include="..\Numerics\Numerics.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Providers.MKL/Providers.MKL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
<ProjectReference Include="..\Numerics\Numerics.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Providers.OpenBLAS/Providers.OpenBLAS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
<ProjectReference Include="..\Numerics\Numerics.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 037b98c

Please sign in to comment.