File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 4747 </None >
4848 </ItemGroup >
4949
50+ <!-- Public API analyzers and related files are only added in Analyze configuration-->
5051 <ItemGroup >
51- <PackageReference Condition = " '$(Configuration)' == 'Analyze' " Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 4.*" >
52+ <PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 4.*" >
5253 <PrivateAssets >all</PrivateAssets >
5354 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
5455 </PackageReference >
56+ <AdditionalFiles Include =" PublicAPI.Shipped.txt" />
57+ <AdditionalFiles Include =" PublicAPI.Unshipped.txt" />
58+ </ItemGroup >
59+
60+ <ItemGroup >
5561 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [6.0.0, 10.0.0)" />
5662 </ItemGroup >
5763
6571 </ItemGroup >
6672
6773 <ItemGroup >
68- <Compile Update =" Properties\ExceptionMessageResource.Designer.cs" >
69- <DependentUpon >ExceptionMessageResource.resx</DependentUpon >
70- <DesignTime >True</DesignTime >
71- <AutoGen >True</AutoGen >
72- </Compile >
74+ <Compile Update =" Properties\ExceptionMessageResource.Designer.cs" >
75+ <DependentUpon >ExceptionMessageResource.resx</DependentUpon >
76+ <DesignTime >True</DesignTime >
77+ <AutoGen >True</AutoGen >
78+ </Compile >
7379 </ItemGroup >
7480
7581 <ItemGroup >
76- <EmbeddedResource Update =" Properties\ExceptionMessageResource.resx" >
77- <LastGenOutput >ExceptionMessageResource.Designer.cs</LastGenOutput >
78- <Generator >ResXFileCodeGenerator</Generator >
79- </EmbeddedResource >
82+ <EmbeddedResource Update =" Properties\ExceptionMessageResource.resx" >
83+ <LastGenOutput >ExceptionMessageResource.Designer.cs</LastGenOutput >
84+ <Generator >ResXFileCodeGenerator</Generator >
85+ </EmbeddedResource >
8086 </ItemGroup >
8187
8288</Project >
You can’t perform that action at this time.
0 commit comments