Skip to content

Commit 1cc6171

Browse files
author
John Luo
committed
Fix tests
1 parent 6ad0d58 commit 1cc6171

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/build/Microsoft.AspNetCore.Analyzer.Testing.props

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Components/Analyzers/test/Microsoft.AspNetCore.Components.Analyzers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
5-
5+
<PreserveCompilationContext>true</PreserveCompilationContext>
66
<BaseOutputPath />
77
</PropertyGroup>
88

src/Mvc/Mvc.Api.Analyzers/test/Mvc.Api.Analyzers.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
55
<RootNamespace>Microsoft.AspNetCore.Mvc.Api.Analyzers</RootNamespace>
6+
<PreserveCompilationContext>true</PreserveCompilationContext>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)