~ruther/NosSmooth.Local

c8a80b5277a03f2a0872c2ada4c23ca458419d15 — Rutherther 2 years ago f368397
chore: pack license
1 files changed, 13 insertions(+), 0 deletions(-)

M Directory.Build.props
M Directory.Build.props => Directory.Build.props +13 -0
@@ 11,6 11,19 @@
        <CodeAnalysisRuleSet>$(StyleCopRuleset)</CodeAnalysisRuleSet>
    </PropertyGroup>

    <PropertyGroup>
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth.Local</RepositoryUrl>
        <RepositoryBranch>main</RepositoryBranch>
        <PackageProjectUrl>https://github.com/Rutherther/NosSmooth.Local</PackageProjectUrl>
    </PropertyGroup>
    
    <ItemGroup>
        <None Include="$(MSBuildThisFileDirectory)LICENSE">
            <Pack>true</Pack>
            <PackagePath></PackagePath>
        </None>
    </ItemGroup>

    <ItemGroup>
        <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261">
            <PrivateAssets>all</PrivateAssets>

Do not follow this link