Skip to content

Commit

Permalink
Fixing README File Reference for NuGet Pack
Browse files Browse the repository at this point in the history
  • Loading branch information
felsokning committed Jun 11, 2023
1 parent e073334 commit 50574d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Felsökning/Felsökning.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;net7.0;</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
Expand All @@ -14,14 +14,14 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/felsokning/Fels-kning</PackageProjectUrl>
<PackageIconUrl />
<PackageReadmeFile>docs/README.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>date time datetime collection aggregate aggregateexception encrypted file encryptedfile http httpBase httpExtensions httprecord type typeextenion swedish svenska svensk personnummer postnummer ISO:8601 extensions felsökning felsokning veckans nummer riktig long</PackageTags>
<PackageReleaseNotes>Adding README file for NuPkg Parse in NuGet.</PackageReleaseNotes>
<RepositoryUrl>https://github.com/felsokning/Fels-kning</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<None Include="docs/README.md" Pack="true" PackagePath="\">
<None Include="docs\README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 50574d5

Please sign in to comment.