File tree 2 files changed +13
-21
lines changed
EffectiveCSharp.Analyzers.Benchmarks
EffectiveCSharp.Analyzers.Tests
2 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >net8.0</TargetFramework >
6
- <IsPackable >false</IsPackable >
7
- </PropertyGroup >
8
-
9
- <ItemGroup >
10
- <ProjectReference Include =" $(RepoRoot)/src/EffectiveCSharp.Analyzers/EffectiveCSharp.Analyzers.csproj" />
11
- <PackageReference Include =" BenchmarkDotNet" />
12
- <PackageReference Include =" BenchmarkDotNet.Diagnostics.dotTrace" />
13
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" />
14
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" />
15
- </ItemGroup >
16
-
2
+ <PropertyGroup >
3
+ <OutputType >Exe</OutputType >
4
+ <TargetFramework >net9.0</TargetFramework >
5
+ <IsPackable >false</IsPackable >
6
+ </PropertyGroup >
7
+ <ItemGroup >
8
+ <ProjectReference Include =" $(RepoRoot)/src/EffectiveCSharp.Analyzers/EffectiveCSharp.Analyzers.csproj" />
9
+ <PackageReference Include =" BenchmarkDotNet" />
10
+ <PackageReference Include =" BenchmarkDotNet.Diagnostics.dotTrace" />
11
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" />
12
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" />
13
+ </ItemGroup >
17
14
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
3
+ <TargetFramework >net9 .0</TargetFramework >
5
4
<IsPackable >false</IsPackable >
6
5
<IsTestProject >true</IsTestProject >
7
6
<!-- The CompositeAnalyzer triggers RS1036 -->
8
7
<EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
9
8
</PropertyGroup >
10
-
11
9
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
12
10
</PropertyGroup >
13
-
14
11
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
15
12
<Optimize >false</Optimize >
16
13
</PropertyGroup >
17
-
18
14
<ItemGroup >
19
15
<PackageReference Include =" GetPackFromProject" >
20
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
27
23
<ItemGroup >
28
24
<ProjectReference Include =" $(RepoRoot)/src/EffectiveCSharp.Analyzers/EffectiveCSharp.Analyzers.csproj" AddPackageAsOutput =" true" />
29
25
</ItemGroup >
30
-
31
26
</Project >
You can’t perform that action at this time.
0 commit comments