Skip to content

Commit

Permalink
Merge pull request #39 from baynezy/feature/issue-36-nuget
Browse files Browse the repository at this point in the history
Add nuget definitions to csproj
  • Loading branch information
baynezy authored Jan 3, 2024
2 parents bf8b919 + 8088270 commit 9c6af97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/SiteWarmer.Core/SiteWarmer.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Authors>Simon Baynes</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/baynezy/Html2Markdown</PackageProjectUrl>
<Description>Allows you to hit your sites after a deployment to make sure they are running.</Description>
<Copyright>© Simon Baynes 2012</Copyright>
<PackageTags>deployments;checking</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

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

</Project>

0 comments on commit 9c6af97

Please sign in to comment.