Skip to content

Commit

Permalink
Updated to Piranha v10
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Nov 21, 2021
1 parent d13f0fa commit 50e0401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_to_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.NugetAuthToken}}
Expand Down
7 changes: 3 additions & 4 deletions src/Statica/Statica.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5</TargetFramework>
<Version>1.0.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>2.0.0</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<PackageId>Statica</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Håkan Edling</Authors>
<Description>Piranha Module for generating a partial page structure from local markdown files.</Description>
<Copyright>Copyright 2019-2021 (c) Håkan Edling</Copyright>
Expand All @@ -28,7 +27,7 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Piranha" Version="9.2.0" />
<PackageReference Include="Piranha" Version="10.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 50e0401

Please sign in to comment.