Skip to content

Commit

Permalink
Rolled back to net5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aivascu committed Dec 4, 2021
1 parent 03b019c commit ce35eb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryType>git</RepositoryType>

<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<!-- <PackageReadmeFile>readme.md</PackageReadmeFile> -->

<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\readme.md" Pack="true" PackagePath="\" />
<!-- <None Include="..\..\readme.md" Pack="true" PackagePath="\" /> -->
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>..</NukeRootDirectory>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.100",
"version": "5.0.104",
"rollForward": "latestFeature"
}
}

0 comments on commit ce35eb8

Please sign in to comment.