Skip to content

Commit 6e9af26

Browse files
committed
Update Roslynator.Analyzers and adjust framework references
Updated Directory.Build.props to use Roslynator.Analyzers 4.12.9. Removed net8.0 and net7.0 FrameworkReferences from Genocs.Core.csproj. Now, Microsoft.AspNetCore.App is referenced only for net6.0.
1 parent ee78547 commit 6e9af26

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Roslynator.Analyzers" Version="4.12.8">
24+
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>

src/Genocs.Core/Genocs.Core.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@
4444
<ItemGroup>
4545
<PackageReference Include="Figgle" Version="0.5.1" />
4646
<PackageReference Include="Scrutor" Version="5.0.1" />
47-
</ItemGroup>
48-
49-
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
50-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
51-
</ItemGroup>
52-
53-
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
54-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
55-
</ItemGroup>
56-
57-
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
5847
<FrameworkReference Include="Microsoft.AspNetCore.App" />
5948
</ItemGroup>
6049

0 commit comments

Comments
 (0)