We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686a5c8 commit 3d5ba14Copy full SHA for 3d5ba14
Src/FluentAssertions/FluentAssertions.csproj
@@ -55,8 +55,6 @@
55
<When Condition="'$(TargetFramework)' == 'net6.0'">
56
<ItemGroup>
57
<Compile Remove="Common/NullConfigurationStore.cs" />
58
- <Compile Remove="StringBuilderExtensions.cs" />
59
- <Compile Remove="SystemExtensions.cs" />
60
</ItemGroup>
61
62
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" />
@@ -66,7 +64,6 @@
66
64
67
65
<Compile Remove="Common/AppSettingsConfigurationStore.cs" />
68
<Compile Remove="Common/ConfigurationStoreExceptionInterceptor.cs" />
69
70
71
</When>
72
<When Condition="'$(TargetFramework)' == 'netstandard2.0'">
0 commit comments