We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0c67d9 + fa38174 commit 763fceaCopy full SHA for 763fcea
1 file changed
src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj
@@ -6,6 +6,12 @@
6
<IsPackable>true</IsPackable>
7
<IncludeSymbols>true</IncludeSymbols>
8
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9
+ <!--
10
+ We're setting ProjectType manually.
11
+ Since we have no reference to Cake in this project,
12
+ auto-detection of ProjectType will fail
13
+ -->
14
+ <CakeContribGuidelinesProjectType>module</CakeContribGuidelinesProjectType>
15
</PropertyGroup>
16
17
<PropertyGroup>
@@ -43,7 +49,7 @@
43
49
</ItemGroup>
44
50
45
51
<ItemGroup>
46
- <PackageReference Include="CakeContrib.Guidelines" Version="1.0.0">
52
+ <PackageReference Include="CakeContrib.Guidelines" Version="1.1.0">
47
53
<PrivateAssets>all</PrivateAssets>
48
54
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
55
</PackageReference>
0 commit comments