We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d74eb0 commit e9923d5Copy full SHA for e9923d5
1 file changed
ValidCode/ValidCode.csproj
@@ -12,7 +12,10 @@
12
</PropertyGroup>
13
14
<ItemGroup>
15
- <PackageReference Include="AspNetCoreAnalyzers" Version="0.2.0-dev" PrivateAssets="all" />
+ <ProjectReference Include="..\AspNetCoreAnalyzers\AspNetCoreAnalyzers.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
16
+ </ItemGroup>
17
+
18
+ <ItemGroup>
19
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0-preview.7.20365.15" />
20
</ItemGroup>
21
</Project>
0 commit comments