Skip to content

Commit

Permalink
Change nuget package name and target framework (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real authored Nov 18, 2023
1 parent 7489dc5 commit 9456e9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>JoySoftware.NetDaemon.Templates.Project</PackageId>
<PackageId>NetDaemon.Templates.Project</PackageId>
<PackageVersion>22.1.0</PackageVersion>
<PackageType>Template</PackageType>
<Title>Netdaemon project template for dotnet cli</Title>
Expand Down

0 comments on commit 9456e9b

Please sign in to comment.