Skip to content

Commit 3797a3a

Browse files
committed
Core 5 upgrade
1 parent c1109f0 commit 3797a3a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/cloudscribe.Syndication.Web/cloudscribe.Syndication.Web.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<Description>asp.netcore mvc controller for rss feeds</Description>
5-
<Version>3.1.0</Version>
5+
<Version>5.0.0</Version>
6+
<TargetFramework>net5.0</TargetFramework>
67
<Authors>Joe Audette</Authors>
7-
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed</PackageTags>
99
<PackageIcon>icon.png</PackageIcon>
1010
<PackageProjectUrl>https://github.com/cloudscribe/cloudscribe.Syndication</PackageProjectUrl>
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<None Include="icon.png" Pack="true" PackagePath="\"/>
18+
<None Include="icon.png" Pack="true" PackagePath="\" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/cloudscribe.Syndication/cloudscribe.Syndication.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<Description>cloudscribe.Syndication Class Library</Description>
5-
<Version>3.1.0</Version>
5+
<Version>5.0.0</Version>
6+
<TargetFramework>net5.0</TargetFramework>
67
<Authors>Joe Audette</Authors>
7-
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed;xml</PackageTags>
99
<PackageIcon>icon.png</PackageIcon>
1010
<PackageProjectUrl>https://github.com/cloudscribe/cloudscribe.Syndication</PackageProjectUrl>
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<None Include="icon.png" Pack="true" PackagePath="\"/>
18+
<None Include="icon.png" Pack="true" PackagePath="\" />
1919
</ItemGroup>
2020

2121

0 commit comments

Comments
 (0)