Skip to content

Commit 9bd5279

Browse files
committed
Fixups for codecheck
1 parent 4201799 commit 9bd5279

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
<PropertyGroup>
44
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
5-
65
<OutputType>exe</OutputType>
76

7+
<HasReferenceAssembly>false</HasReferenceAssembly>
8+
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
9+
810
<!-- WebDriver is not strong-named, so this test project cannot be strong named either. -->
911
<SignAssembly>false</SignAssembly>
1012
</PropertyGroup>

src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
5-
<ReferenceBlazorBuildLocally>true</ReferenceBlazorBuildLocally>
65
<RazorLangVersion>3.0</RazorLangVersion>
6+
7+
<HasReferenceAssembly>false</HasReferenceAssembly>
8+
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
9+
<ReferenceBlazorBuildLocally>true</ReferenceBlazorBuildLocally>
710
</PropertyGroup>
811

912
<ItemGroup>

0 commit comments

Comments
 (0)