diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 0000000..95a211e
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,9 @@
+
+
+
+
+ 3.3.37
+ all
+
+
+
\ No newline at end of file
diff --git a/MapTo/Mapto.csproj b/MapTo/Mapto.csproj
index fae053e..1075960 100644
--- a/MapTo/Mapto.csproj
+++ b/MapTo/Mapto.csproj
@@ -1,6 +1,10 @@
+ netstandard2.0
+ enable
+ 9
+
MapTo
An object to object mapping generator using using Roslyn code generator.
true
@@ -14,9 +18,6 @@
https://github.com/mrtaikandi/mapto
snupkg
MapTo
- netstandard2.0
- enable
- 9
diff --git a/version.json b/version.json
new file mode 100644
index 0000000..2ffb03f
--- /dev/null
+++ b/version.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "1.0.0-alpha",
+ "publicReleaseRefSpec": [
+ "^refs/heads/master$",
+ "^refs/heads/v\\d+(?:\\.\\d+)?$"
+ ],
+ "cloudBuild": {
+ "buildNumber": {
+ "enabled": true
+ }
+ }
+}
\ No newline at end of file