Skip to content

Commit cccb295

Browse files
authored
Use last compiler toolset version that support .NET 8 (pythonnet#2640)
1 parent 0258688 commit cccb295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
15-
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.14.0">
15+
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.12.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)