🌐 AI搜索 & 代理 主页
Skip to content

Commit cccb295

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)