2020-04-22 13:41:45 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\kubernetes-client.ruleset</CodeAnalysisRuleSet>
|
2022-03-22 03:17:45 +01:00
|
|
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
|
|
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
2020-04-22 13:41:45 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|