Skip to content

Commit

Permalink
Updating project to the released version of .NET 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-prosperi committed Nov 10, 2020
1 parent 7e90f71 commit 55b313c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CardArtist/CardArtist.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageLicenseFile>Apache2.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/matteo-prosperi</PackageProjectUrl>
<RepositoryUrl>https://github.com/matteo-prosperi/CardArtist</RepositoryUrl>
<Version>0.0.3</Version>
<Version>0.0.3.1</Version>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<PackageIcon>Render.png</PackageIcon>
<Product>Card Artist</Product>
Expand All @@ -31,9 +31,9 @@

<ItemGroup>
<PackageReference Include="Fluent.Ribbon" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.0-rc.2.20475.17" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0-4.final" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0-rc.2.20475.5" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0-5.final" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 55b313c

Please sign in to comment.