File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
test/Microsoft.NET.TestFramework Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,6 @@ public TestAsset CreateAspNetSdkTestAsset(
57
57
targetFrameworks . Value = targetFrameworks . Value . Replace ( "$(AspNetTestTfm)" , overrideTfm ?? DefaultTfm ) ;
58
58
targetFrameworks . AddAfterSelf ( new XElement ( "StaticWebAssetsFingerprintContent" , "false" ) ) ;
59
59
}
60
-
61
- if ( project . Root != null )
62
- {
63
- var itemGroup = new XElement ( "PropertyGroup" ) ;
64
- itemGroup . SetAttributeValue ( "Condition" , "'$(TargetFramework)' == 'net10.0'" ) ;
65
- var fingerprintAssets = new XElement ( "WasmBootConfigFileName" , WasmBootConfigFileName ) ;
66
- itemGroup . Add ( fingerprintAssets ) ;
67
- project . Root . Add ( itemGroup ) ;
68
- }
69
60
} ) ;
70
61
71
62
foreach ( string assetPath in Directory . EnumerateFiles ( Path . Combine ( _testAssetsManager . TestAssetsRoot , "WasmOverride" ) ) )
You can’t perform that action at this time.
0 commit comments