diff --git a/Elskom.NetFX.Sdk.Web/Directory.Build.props b/Elskom.NetFX.Sdk.Web/Directory.Build.props
index 1588862..b24a2dd 100644
--- a/Elskom.NetFX.Sdk.Web/Directory.Build.props
+++ b/Elskom.NetFX.Sdk.Web/Directory.Build.props
@@ -4,12 +4,12 @@
net6.0
- 1.0.2
+ 1.0.3
false
true
Web
Elskom SDK for development of Web projects. This helps simplify the setup of .NET Framework Web projects that use the .NET SDK and fixes a few issues from doing so This results in identical publish outputs with the Non-SDK style versions of the same projects.
- Restructured the Sdk.props file to help narrow down the debug type issue on non-web backend projects.
+ For some reason MSBuild bugged when splitting references outside of Sdk.props.
diff --git a/Sdk/Sdk.Packages.props b/Sdk/Sdk.Packages.props
deleted file mode 100644
index bb9879a..0000000
--- a/Sdk/Sdk.Packages.props
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Sdk/Sdk.References.props b/Sdk/Sdk.References.props
deleted file mode 100644
index 85233cd..0000000
--- a/Sdk/Sdk.References.props
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/Sdk/Sdk.props b/Sdk/Sdk.props
index 1f127d8..ac19a5e 100644
--- a/Sdk/Sdk.props
+++ b/Sdk/Sdk.props
@@ -1,8 +1,42 @@
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+