From 77e22116f26b00b26bea2bc6da22aa82fdcf498c Mon Sep 17 00:00:00 2001 From: 7sharp9 Date: Thu, 9 Sep 2021 15:06:31 +0100 Subject: [PATCH] Add build props --- Directory.Build.props | 23 +++++++++++++++++++++++ build.proj | 23 +---------------------- 2 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..9abb1542 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,23 @@ + + + MoiraeSoftware + myriad + https://github.com/$(gitOwner) + $(gitHome)/$(gitName) + $([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg")) + 0.6.0 + $(VersionPrefix)$(VersionSuffix) + + net5.0 + 7sharp9 + $(GitUrl) + fsharp;codegen;generation;metaprogramming + git + $(GitUrl) + Apache-2.0 + Dave Thomas + $(Giturl)/blob/v$(NugetVersion)/CHANGELOG.md + true + $(NoWarn);FS2003;NU5128 + + \ No newline at end of file diff --git a/build.proj b/build.proj index 5d0361c8..1788cdf1 100644 --- a/build.proj +++ b/build.proj @@ -1,26 +1,5 @@ - - - MoiraeSoftware - myriad - https://github.com/$(gitOwner) - $(gitHome)/$(gitName) - $([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg")) - 0.6.0 - $(VersionPrefix)$(VersionSuffix) - - net5.0 - 7sharp9 - $(GitUrl) - fsharp;codegen;generation;metaprogramming - git - $(GitUrl) - Apache-2.0 - Dave Thomas - $(Giturl)/blob/v$(NugetVersion)/CHANGELOG.md - true - $(NoWarn);FS2003;NU5128 - +