We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e1f96 commit 6244c2cCopy full SHA for 6244c2c
build/_build.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
6
<RootNamespace></RootNamespace>
7
<NoWarn>CS0649;CS0169</NoWarn>
8
<NukeRootDirectory>..</NukeRootDirectory>
src/Directory.Build.props
<Copyright>Copyright © 2015-2022 Petabridge, LLC</Copyright>
<Authors>Petabridge</Authors>
- <VersionPrefix>0.2.0</VersionPrefix>
+ <VersionPrefix>0.1.0</VersionPrefix>
<PackageReleaseNotes>• Initial rewrite of repository</PackageReleaseNotes>
<PackageIconUrl>
</PackageIconUrl>
0 commit comments