Skip to content

Commit 9bd44aa

Browse files
authored
Add missing quote to dotnet-svcutil.xmlserializer.IntegrationTests.csproj (#5194)
* Add missing quote to dotnet-svcutil.xmlserializer.IntegrationTests.csproj * Remove `PropertyGroup` for non dotnet 6 target frameworks
1 parent d139ea9 commit 9bd44aa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/svcutilcore/tests/dotnet-svcutil.xmlserializer.IntegrationTests.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@
2222
<GeneratorCliPath>$(DOTNET_INSTALL_DIR)/</GeneratorCliPath>
2323
</PropertyGroup>
2424

25-
<PropertyGroup Condition="'$(TargetFramework)' != 'net6.0">
26-
<!-- We're building some non-netcoreapp target, run on the Tools CLI.
27-
Reuse the same runtimeconfig used by CSC. -->
28-
<GeneratorRuntimeConfig>$(ToolsDir)csc.runtimeconfig.json</GeneratorRuntimeConfig>
29-
<GeneratorCliPath>$(ToolsDir)dotnetcli/</GeneratorCliPath>
30-
</PropertyGroup>
31-
3225
<ItemGroup Condition=" '$(SkipTestsOnPlatform)' != 'true' ">
3326
<Compile Include="**\*.cs" />
3427
<Compile Include="$(XmlSerializerTestSource)**\*.cs" />

0 commit comments

Comments
 (0)