Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update to net6.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Feb 9, 2023
1 parent b1dfefb commit c27f6f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.9.0+b1dfefb (Released 2023-2-9)
* Additions:
* [[#b1dfefb](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/b1dfefbec46e53e05d6a0da3ea221a760dea96ac)] Update build workflow
* [[#0f468e2](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/0f468e216c1bc2cdbbbdc38f9017cc8e5fb9a726)] Update version

### 0.8.1+281e496 (Released 2023-2-9)
* Additions:
* [[#0a66086](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/0a660869e72df0b385dae9ca4bde0535c6441128)] Update template rollup command (#5)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageType>Template</PackageType>
<NoBuild>true</NoBuild>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<!-- https://docs.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-template-package -->
<IncludeContentInPack>true</IncludeContentInPack>
Expand Down
2 changes: 1 addition & 1 deletion src/Nfdi4Plants.Fornax.Template/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nfdi4plants-fornax-template",
"version": "0.8.1+281e496",
"version": "0.9.0+b1dfefb",
"description": "A fornax template implementing nfdi4plants web-components for documentation.",
"repository": {
"url": "https://github.com/Freymaurer/Nfdi4Plants.Fornax"
Expand Down
2 changes: 1 addition & 1 deletion src/Nfdi4Plants.Fornax.Template/content/paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ generate_load_scripts: true
source https://api.nuget.org/v3/index.json

storage: none
framework: net5.0, netstandard2.0, netstandard2.1
framework: net6.0, net5.0, netstandard2.0, netstandard2.1
nuget Nfdi4Plants.Fornax
3 changes: 2 additions & 1 deletion src/Nfdi4Plants.Fornax/Nfdi4Plants.Fornax.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<FsDocsReleaseNotesLink>https://github.com/nfdi4plants/ISADotNet/blob/developer/RELEASE_NOTES.md</FsDocsReleaseNotesLink> -->
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
Expand All @@ -25,6 +25,7 @@
<Compile Include="Components.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.7" />
<PackageReference Include="Markdig" Version="0.30.2" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit c27f6f1

Please sign in to comment.