Compare commits
3 Commits
30e2c18b68
...
9a9b3ca9f8
Author | SHA1 | Date | |
---|---|---|---|
9a9b3ca9f8
|
|||
0a769040fc
|
|||
268aff434e
|
@@ -134,6 +134,12 @@
|
||||
</AssemblyAttribute>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Use .NET ruleset for analyzers -->
|
||||
<PropertyGroup Label="Code Analysis Ruleset"
|
||||
Condition="Exists('$(MSBuildThisFileDirectory)\dotnet.ruleset')">
|
||||
<CodeAnalysisRuleset>$(MSBuildThisFileDirectory)\dotnet.ruleset</CodeAnalysisRuleset>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Use readme as nuget information -->
|
||||
<ItemGroup Label="Readme" Condition="$(IsPackable) == 'True' AND $(ProjectReadMe) != ''">
|
||||
<None Include="$(ProjectReadMe)" Pack="true" PackagePath="" Visible="true"/>
|
||||
|
@@ -10,6 +10,7 @@
|
||||
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
|
||||
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
|
||||
<RunSettingsFilePath>$(MSBuildThisFileDirectory)\.runsettings</RunSettingsFilePath>
|
||||
<NoWarn>$(NoWarn);CA1707</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Label="Hide Assets">
|
||||
@@ -65,4 +66,9 @@
|
||||
<PackageReleaseNotes>@(ReleaseNoteLines, '%0a')</PackageReleaseNotes>
|
||||
</PropertyGroup>
|
||||
</Target>
|
||||
|
||||
<Import
|
||||
Condition="Exists('$(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).EntityFrameworkCore.targets')"
|
||||
Project="$(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).EntityFrameworkCore.targets" />
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user