Skip to content

Commit 3c5f82c

Browse files
author
Yeming Liu
committed
Update target framework to net8.0 and add UseRidGraph property
1 parent 46e07ba commit 3c5f82c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/Az.Tools.Predictor/Directory.Build.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<Version>1.1.3</Version>
@@ -13,6 +13,11 @@
1313
<LangVersion>Latest</LangVersion>
1414
</PropertyGroup>
1515

16+
<PropertyGroup>
17+
<!-- https://learn.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1206 -->
18+
<UseRidGraph>true</UseRidGraph>
19+
</PropertyGroup>
20+
1621
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1722
<DefineConstants>DEBUG;TRACE</DefineConstants>
1823
</PropertyGroup>

0 commit comments

Comments
 (0)