Skip to content

Commit

Permalink
nuget properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Snellman committed Aug 19, 2022
1 parent dfab235 commit a890d2d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions StringLocalizerWithCulture/StringLocalizerWithCulture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Company>Ørn Software, Rapal</Company>
<RepositoryUrl>https://github.com/orn-software/dotnet-string-localizer</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Localization" Version="6.0.8" />
</ItemGroup>
Expand Down

0 comments on commit a890d2d

Please sign in to comment.