Skip to content

Commit

Permalink
Updated some build stuff
Browse files Browse the repository at this point in the history
karl-sjogren committed Oct 1, 2023
1 parent 99aa5af commit df4094f
Showing 2 changed files with 8 additions and 119 deletions.
117 changes: 0 additions & 117 deletions build.sh

This file was deleted.

10 changes: 8 additions & 2 deletions src/RobotsTxt/RobotsTxt.csproj
Original file line number Diff line number Diff line change
@@ -9,10 +9,12 @@
<PackageProjectUrl>https://github.com/karl-sjogren/robots-txt-middleware</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageId>RobotsTxtCore</PackageId>
<IncludeSymbols>true</IncludeSymbols>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
<DebugType>Embedded</DebugType>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<NoWarn>NU5100,NU5119</NoWarn>
</PropertyGroup>

<ItemGroup>
@@ -22,4 +24,8 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit df4094f

Please sign in to comment.