Skip to content

Commit 6244c2c

Browse files
committed
keep Nuke on .NET 6
1 parent 94e1f96 commit 6244c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/_build.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<RootNamespace></RootNamespace>
77
<NoWarn>CS0649;CS0169</NoWarn>
88
<NukeRootDirectory>..</NukeRootDirectory>

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2015-2022 Petabridge, LLC</Copyright>
44
<Authors>Petabridge</Authors>
5-
<VersionPrefix>0.2.0</VersionPrefix>
5+
<VersionPrefix>0.1.0</VersionPrefix>
66
<PackageReleaseNotes>• Initial rewrite of repository</PackageReleaseNotes>
77
<PackageIconUrl>
88
</PackageIconUrl>

0 commit comments

Comments
 (0)