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

Commit

Permalink
Downgrade core .net dependency to net5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Feb 10, 2023
1 parent fd81a2c commit 5a704a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.10.0+fd81a2c (Released 2023-2-10)
* Additions:
* [[#fd81a2c](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/fd81a2c82c58c878a92333ffdc26408b2ad7f39a)] Update template dependency

### 0.9.0+c27f6f1 (Released 2023-2-9)
* Additions:
* [[#c27f6f1](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/c27f6f19415c9e35bf3d8e176c970fddefd44978)] Update to net6.0 :tada:
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>net6.0</TargetFramework>
<TargetFramework>net5.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.9.0+c27f6f1",
"version": "0.10.0+fd81a2c",
"description": "A fornax template implementing nfdi4plants web-components for documentation.",
"repository": {
"url": "https://github.com/Freymaurer/Nfdi4Plants.Fornax"
Expand Down
4 changes: 2 additions & 2 deletions 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>net6.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
Expand All @@ -25,7 +25,7 @@
<Compile Include="Components.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.7" />
<PackageReference Update="FSharp.Core" Version="5.0.2" />
<PackageReference Include="Markdig" Version="0.30.2" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 5a704a5

Please sign in to comment.