Skip to content

Commit

Permalink
Merge pull request #10 from lookbusy1344/dependabot/nuget/Microsoft.C…
Browse files Browse the repository at this point in the history
…odeAnalysis.CSharp-4.10.0

Bump Microsoft.CodeAnalysis.CSharp from 4.9.2 to 4.10.0
  • Loading branch information
lookbusy1344 committed Jun 17, 2024
2 parents 38fb26b + d05209d commit 3d0aa83
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions RecordValueAnalyser/RecordValueAnalyser.csproj
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<Project Sdk="Microsoft.NET.Sdk">

<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --dirty=+ --broken --exclude=* --abbrev=40" ConsoleToMSBuild="True" IgnoreExitCode="False">
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput" />
</Exec>
</Target>

<PropertyGroup>
<Version>1.2.1.0</Version>
<InformationalVersion>$(SourceRevisionId)</InformationalVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>

<!-- Avoid ID conflicts with the package project. -->
<PackageId>*$(MSBuildProjectFile)*</PackageId>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>

<PropertyGroup>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>

<AnalysisModeDesign>All</AnalysisModeDesign>
<AnalysisModeSecurity>All</AnalysisModeSecurity>
<AnalysisModePerformance>All</AnalysisModePerformance>
<AnalysisModeReliability>All</AnalysisModeReliability>
<AnalysisModeUsage>All</AnalysisModeUsage>
</PropertyGroup>

<ItemGroup>
<Compile Update="Resources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="Resources.resx" />
<EmbeddedResource Update="Resources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="Resources.Designer.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --dirty=+ --broken --exclude=* --abbrev=40" ConsoleToMSBuild="True" IgnoreExitCode="False">
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput" />
</Exec>
</Target>

<PropertyGroup>
<Version>1.2.1.0</Version>
<InformationalVersion>$(SourceRevisionId)</InformationalVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>

<!-- Avoid ID conflicts with the package project. -->
<PackageId>*$(MSBuildProjectFile)*</PackageId>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>

<PropertyGroup>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>

<AnalysisModeDesign>All</AnalysisModeDesign>
<AnalysisModeSecurity>All</AnalysisModeSecurity>
<AnalysisModePerformance>All</AnalysisModePerformance>
<AnalysisModeReliability>All</AnalysisModeReliability>
<AnalysisModeUsage>All</AnalysisModeUsage>
</PropertyGroup>

<ItemGroup>
<Compile Update="Resources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="Resources.resx" />
<EmbeddedResource Update="Resources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="Resources.Designer.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
</ItemGroup>

</Project>

0 comments on commit 3d0aa83

Please sign in to comment.