Skip to content

Commit

Permalink
update Roslyn 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Sep 7, 2024
1 parent a453733 commit 036a5f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Equatable.Generator/Equatable.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\Equatable.SourceGenerator\bin\$(Configuration)\netstandard2.0\Equatable.SourceGenerator.dll" PackagePath="analyzers\dotnet\roslyn4.3\cs" Pack="true" Visible="false" />
<None Include="..\Equatable.SourceGenerator\bin\$(Configuration)\netstandard2.0\Equatable.SourceGenerator.dll" PackagePath="analyzers\dotnet\roslyn4.4\cs" Pack="true" Visible="false" />
<None Include="$(AssemblyName).targets" PackagePath="build" Pack="true" Visible="true" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions src/Equatable.Generator/Equatable.Generator.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<PackageReference Update="Equatable.Generator" PrivateAssets="all" PackTransitive="false" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<DevelopmentDependency>true</DevelopmentDependency>
<IsPackable>false</IsPackable>
<AnalyzerLanguage>cs</AnalyzerLanguage>
<AnalyzerRoslynVersion>4.3</AnalyzerRoslynVersion>
<AnalyzerRoslynVersion>4.4</AnalyzerRoslynVersion>
<LangVersion>latest</LangVersion>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.3.1]" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.4.0]" PrivateAssets="all" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.3.1]" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.4.0]" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.0" />
<PackageReference Include="xunit" Version="2.9.0" />
Expand Down

0 comments on commit 036a5f3

Please sign in to comment.