Skip to content

Commit

Permalink
Update SourceGenerators.csproj
Browse files Browse the repository at this point in the history
Use v4.8.0 so it works on Arch Linux
  • Loading branch information
Nytra authored Jul 25, 2024
1 parent d3b94f1 commit d2d34a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjectObsidian.SourceGenerators/SourceGenerators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.*" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit d2d34a4

Please sign in to comment.