We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be9244 commit 5f12162Copy full SHA for 5f12162
src/FixedMath.NET.Generators/FixedMath.NET.Generators.csproj
@@ -10,11 +10,11 @@
10
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
11
<PrivateAssets>all</PrivateAssets>
12
</PackageReference>
13
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0-3.final" />
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
14
</ItemGroup>
15
16
- <ItemGroup>
17
- <ProjectReference Include="..\FixedMath.NET.Common\FixedMath.NET.Common.csproj" />
+ <ItemGroup>
+ <ProjectReference Include="..\FixedMath.NET.Common\FixedMath.NET.Common.csproj" />
18
19
20
</Project>
0 commit comments