Skip to content

Commit e9923d5

Browse files
committed
Use project reference
1 parent 8d74eb0 commit e9923d5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ValidCode/ValidCode.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="AspNetCoreAnalyzers" Version="0.2.0-dev" PrivateAssets="all" />
15+
<ProjectReference Include="..\AspNetCoreAnalyzers\AspNetCoreAnalyzers.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
16+
</ItemGroup>
17+
18+
<ItemGroup>
1619
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0-preview.7.20365.15" />
1720
</ItemGroup>
1821
</Project>

0 commit comments

Comments
 (0)