File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1313 <Authors >Kevin Schneider</Authors >
1414 <Description >A template for scaffolding a modern build pipeline for your project using FAKE and .NET 6/7</Description >
1515 <Summary >scaffold a FAKE + .net6/7 build project</Summary >
16+ <PackageReadmeFile >README.md</PackageReadmeFile >
1617 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1718 <PackageProjectUrl >https://github.com/kMutagene/BuildProject</PackageProjectUrl >
1819 <PackageTags >build f#</PackageTags >
2829 </ExcludeFromPackage >
2930 </PropertyGroup >
3031 <ItemGroup >
32+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
3133 <Content Include =" Content/**/*" Exclude =" $(ExcludeFromPackage)" >
3234 <PackagePath >Content\</PackagePath >
3335 </Content >
3436 </ItemGroup >
37+ <ItemGroup />
3538</Project >
3639
You can’t perform that action at this time.
0 commit comments