Skip to content

Commit 328b9cc

Browse files
authored
Merge pull request #9 from cloudscribe/net6.0
net6.0 merge
2 parents 3e06d09 + 67bd5b3 commit 328b9cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

33
<PropertyGroup>
44
<Description>asp.netcore mvc controller for rss feeds</Description>
5-
<Version>5.0.0</Version>
6-
<TargetFramework>net5.0</TargetFramework>
5+
<Version>6.0.0</Version>
6+
<TargetFramework>net6.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed</PackageTags>
99
<PackageIcon>icon.png</PackageIcon>

src/cloudscribe.Syndication/cloudscribe.Syndication.csproj

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

33
<PropertyGroup>
44
<Description>cloudscribe.Syndication Class Library</Description>
5-
<Version>5.0.0</Version>
6-
<TargetFramework>net5.0</TargetFramework>
5+
<Version>6.0.0</Version>
6+
<TargetFramework>net6.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed;xml</PackageTags>
99
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)