+© @Model["year"] - @Model["website"]
\ No newline at end of file
diff --git a/testapps/ApplicationWithTagHelpers/Views/Shared/_Layout.cshtml b/testapps/ApplicationWithTagHelpers/Views/Shared/_Layout.cshtml
index d62ae2daab..29b1f0740e 100644
--- a/testapps/ApplicationWithTagHelpers/Views/Shared/_Layout.cshtml
+++ b/testapps/ApplicationWithTagHelpers/Views/Shared/_Layout.cshtml
@@ -1,4 +1,5 @@
-
+@addTagHelper *, ApplicationWithTagHelpers
+
@ViewData["Title"] - ApplicationWithTagHelpers
@@ -11,7 +12,7 @@
@RenderBody()
@RenderSection("scripts", required: false)
diff --git a/testapps/ApplicationWithTagHelpers/project.json b/testapps/ApplicationWithTagHelpers/project.json
deleted file mode 100644
index 7ebf0000b2..0000000000
--- a/testapps/ApplicationWithTagHelpers/project.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
- "dependencies": {
- "ClassLibraryTagHelper": {
- "target": "project"
- },
- "Microsoft.AspNetCore.Mvc": "1.2.0-*",
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
- "version": "1.2.0-*",
- "target": "package",
- "type": "build"
- },
- "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
- "Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
- "Microsoft.Extensions.Logging.Console": "1.2.0-*",
- "TagHelperSamples.Bootstrap": "1.1.1"
- },
- "tools": {
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*"
- },
- "frameworks": {
- "netcoreapp1.1": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.1.0-*",
- "type": "platform"
- }
- }
- },
- "net451": {}
- },
- "publishOptions": {
- "include": [
- "wwwroot",
- "appsettings.json",
- "web.config"
- ]
- },
- "scripts": {
- "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
- }
-}
\ No newline at end of file
diff --git a/testapps/ClassLibraryTagHelper/ClassLibraryTagHelper.csproj b/testapps/ClassLibraryTagHelper/ClassLibraryTagHelper.csproj
new file mode 100644
index 0000000000..c49d7ee9e6
--- /dev/null
+++ b/testapps/ClassLibraryTagHelper/ClassLibraryTagHelper.csproj
@@ -0,0 +1,13 @@
+
+
+
+ netstandard1.6;net451
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/testapps/ClassLibraryTagHelper/ClassLibraryTagHelper.xproj b/testapps/ClassLibraryTagHelper/ClassLibraryTagHelper.xproj
deleted file mode 100644
index 80d42837fa..0000000000
--- a/testapps/ClassLibraryTagHelper/ClassLibraryTagHelper.xproj
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
-
- 39efa075-3673-49ab-95f3-aa5e88df6c30
- ClassLibraryTagHelpers
- .\obj
- .\bin\
- v4.6.1
-
-
-
- 2.0
-
-
-
diff --git a/testapps/ClassLibraryTagHelper/project.json b/testapps/ClassLibraryTagHelper/project.json
deleted file mode 100644
index c2217f8c42..0000000000
--- a/testapps/ClassLibraryTagHelper/project.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "dependencies": {
- "Microsoft.AspNetCore.Razor.Runtime": "1.2.0-*",
- "NETStandard.Library": "1.6.1-*"
- },
- "frameworks": {
- "netstandard1.6": {},
- "net451": {}
- }
-}
\ No newline at end of file
diff --git a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj
new file mode 100644
index 0000000000..4ee98030b9
--- /dev/null
+++ b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj
@@ -0,0 +1,37 @@
+
+
+
+ 1.0.0-z$([System.DateTime]::UtcNow.Ticks)
+ netcoreapp1.1;net451
+ true
+ Exe
+ win7-x64
+ obj\precompiled\$(TargetFramework)
+
+
+
+
+
+
+
+
+
+ 1.1.0-*
+ All
+
+
+
+
+
+
+
+
+
+
diff --git a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.xproj b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.xproj
deleted file mode 100644
index 217dde2a8b..0000000000
--- a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.xproj
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- 14.0.25420
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- 4684de8b-3fbe-421b-8798-56c3d6698b76
- ClassLibraryWithPrecompiledViews
- .\obj
- .\bin\
-
-
-
- 2.0
-
-
-
\ No newline at end of file
diff --git a/testapps/ClassLibraryWithPrecompiledViews/project.json b/testapps/ClassLibraryWithPrecompiledViews/project.json
deleted file mode 100644
index de239955d3..0000000000
--- a/testapps/ClassLibraryWithPrecompiledViews/project.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "version": "1.0.0-*",
- "buildOptions": {
- "preserveCompilationContext": true,
- "emitEntryPoint": true
- },
- "packOptions": {
- "files": {
- "mappings": {
- "lib/": "obj/precompiled/"
- }
- }
- },
- "dependencies": {
- "Microsoft.AspNetCore.Mvc": "1.2.0-*",
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
- "version": "1.2.0-*",
- "target": "package",
- "type": "build"
- }
- },
- "tools": {
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*"
- },
- "frameworks": {
- "netcoreapp1.1": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.1.0-*",
- "type": "platform"
- }
- }
- },
- "net451": {}
- }
-}
\ No newline at end of file
diff --git a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj
new file mode 100644
index 0000000000..d1b8e2c03a
--- /dev/null
+++ b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj
@@ -0,0 +1,26 @@
+
+
+
+ netcoreapp1.1;net451
+ true
+ Exe
+ win7-x64
+ true
+ true
+
+
+
+
+
+ 1.1.0-*
+ All
+
+
+
+
+
+
+
+
+
+
diff --git a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.xproj b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.xproj
deleted file mode 100644
index 25dace6505..0000000000
--- a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.xproj
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- 14.0.25420
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- e3462190-3068-40f0-9aa5-34779fe252ac
- .\obj
- .\bin\
-
-
-
- 2.0
-
-
-
\ No newline at end of file
diff --git a/testapps/PublishWithEmbedViewSources/project.json b/testapps/PublishWithEmbedViewSources/project.json
deleted file mode 100644
index 685da88d63..0000000000
--- a/testapps/PublishWithEmbedViewSources/project.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
- "dependencies": {
- "Microsoft.AspNetCore.Mvc": "1.2.0-*",
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
- "version": "1.2.0-*",
- "target": "package",
- "type": "build"
- },
- "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
- "Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
- "Microsoft.Extensions.Logging.Console": "1.2.0-*"
- },
- "tools": {
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*"
- },
- "frameworks": {
- "netcoreapp1.1": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.1.0-*",
- "type": "platform"
- }
- }
- },
- "net451": {}
- },
- "publishOptions": {
- "include": [
- "wwwroot",
- "appsettings.json",
- "web.config"
- ]
- },
- "scripts": {
- "postpublish": "dotnet razor-precompile --embed-view-sources --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
- }
-}
\ No newline at end of file
diff --git a/testapps/SimpleApp/SimpleApp.csproj b/testapps/SimpleApp/SimpleApp.csproj
new file mode 100644
index 0000000000..365349be1a
--- /dev/null
+++ b/testapps/SimpleApp/SimpleApp.csproj
@@ -0,0 +1,22 @@
+
+
+ netcoreapp1.1;net451
+ true
+ Exe
+ win7-x64
+ true
+
+
+
+ 1.1.0-*
+ All
+
+
+
+
+
+
+
+
+
+
diff --git a/testapps/SimpleApp/SimpleApp.xproj b/testapps/SimpleApp/SimpleApp.xproj
deleted file mode 100644
index 0ab0e1618e..0000000000
--- a/testapps/SimpleApp/SimpleApp.xproj
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- 8fa176ed-c29e-48d6-bc7a-1c3a862cb15f
- SimpleApp
- .\obj
- .\bin\
- v4.6.1
-
-
- 2.0
-
-
-
-
-
-
-
diff --git a/testapps/SimpleApp/project.json b/testapps/SimpleApp/project.json
deleted file mode 100644
index 417b72ff93..0000000000
--- a/testapps/SimpleApp/project.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
- "dependencies": {
- "Microsoft.AspNetCore.Mvc": "1.2.0-*",
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
- "version": "1.2.0-*",
- "target": "package",
- "type": "build"
- },
- "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
- "Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
- "Microsoft.Extensions.Logging.Console": "1.2.0-*"
- },
- "tools": {
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*"
- },
- "frameworks": {
- "netcoreapp1.1": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.1.0-*",
- "type": "platform"
- }
- }
- },
- "net451": {}
- },
- "publishOptions": {
- "include": [
- "wwwroot",
- "appsettings.json",
- "web.config"
- ]
- },
- "scripts": {
- "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
- }
-}
\ No newline at end of file
diff --git a/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.csproj b/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.csproj
new file mode 100644
index 0000000000..ff561a4be7
--- /dev/null
+++ b/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.csproj
@@ -0,0 +1,21 @@
+
+
+
+ net451
+ win7-x64
+ true
+ Exe
+ true
+
+
+
+
+
+ 1.1.0-*
+ All
+
+
+
+
+
+
diff --git a/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.xproj b/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.xproj
deleted file mode 100644
index c57afbe851..0000000000
--- a/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.xproj
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- 14.0.25420
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- a0b0a141-a32b-4f33-b85f-5ca8c107105f
- SimpleAppDesktopOnly
- .\obj
- .\bin\
-
-
-
- 2.0
-
-
-
\ No newline at end of file
diff --git a/testapps/SimpleAppDesktopOnly/project.json b/testapps/SimpleAppDesktopOnly/project.json
deleted file mode 100644
index 721d2fdd4a..0000000000
--- a/testapps/SimpleAppDesktopOnly/project.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
- "dependencies": {
- "Microsoft.AspNetCore.Mvc": "1.2.0-*",
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
- "version": "1.2.0-*",
- "target": "package",
- "type": "build"
- },
- "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
- "Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
- "Microsoft.Extensions.Logging.Console": "1.2.0-*"
- },
- "tools": {
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*"
- },
- "frameworks": {
- "net451": {}
- },
- "publishOptions": {
- "include": [
- "wwwroot",
- "appsettings.json",
- "web.config"
- ]
- },
- "scripts": {
- "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
- }
-}
\ No newline at end of file
diff --git a/testapps/StrongNamedApp/StrongNamedApp.csproj b/testapps/StrongNamedApp/StrongNamedApp.csproj
new file mode 100644
index 0000000000..0f10baa02e
--- /dev/null
+++ b/testapps/StrongNamedApp/StrongNamedApp.csproj
@@ -0,0 +1,27 @@
+
+
+
+ netcoreapp1.1;net451
+ true
+ Exe
+ ../../build/Key.snk
+ true
+ true
+ win7-x64
+ true
+
+
+
+
+
+ 1.1.0-*
+
+
+
+
+
+
+
+
+
+
diff --git a/testapps/StrongNamedApp/StrongNamedApp.xproj b/testapps/StrongNamedApp/StrongNamedApp.xproj
deleted file mode 100644
index 3cc9e35815..0000000000
--- a/testapps/StrongNamedApp/StrongNamedApp.xproj
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- 14.0.25420
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- 88903be5-0676-4667-8160-b24646e0b76e
- .\obj
- .\bin\
-
-
-
- 2.0
-
-
-
\ No newline at end of file
diff --git a/testapps/StrongNamedApp/project.json b/testapps/StrongNamedApp/project.json
deleted file mode 100644
index 13dbe0afc4..0000000000
--- a/testapps/StrongNamedApp/project.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true,
- "keyFile": "../../tools/Key.snk"
- },
- "dependencies": {
- "Microsoft.AspNetCore.Mvc": "1.2.0-*",
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
- "version": "1.2.0-*",
- "target": "package",
- "type": "build"
- },
- "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
- "Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
- "Microsoft.Extensions.Logging.Console": "1.2.0-*"
- },
- "tools": {
- "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*"
- },
- "frameworks": {
- "netcoreapp1.1": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.1.0-*",
- "type": "platform"
- }
- }
- },
- "net451": {}
- },
- "publishOptions": {
- "include": [
- "wwwroot",
- "appsettings.json",
- "web.config"
- ]
- },
- "scripts": {
- "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
- }
-}
\ No newline at end of file
diff --git a/TestApps.sln b/testapps/TestApps.sln
similarity index 60%
rename from TestApps.sln
rename to testapps/TestApps.sln
index 718673b08a..c5bd8609a1 100644
--- a/TestApps.sln
+++ b/testapps/TestApps.sln
@@ -1,29 +1,27 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.25420.1
+# Visual Studio 15
+VisualStudioVersion = 15.0.26014.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SimpleApp", "testapps\SimpleApp\SimpleApp.xproj", "{8FA176ED-C29E-48D6-BC7A-1C3A862CB15F}"
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{43488AEE-CCF2-4A90-B890-05320282BE29}"
ProjectSection(SolutionItems) = preProject
- testapps\global.json = testapps\global.json
- testapps\NuGet.config = testapps\NuGet.config
+ global.json = global.json
+ NuGet.config = NuGet.config
EndProjectSection
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationWithTagHelpers", "testapps\ApplicationWithTagHelpers\ApplicationWithTagHelpers.xproj", "{2079872F-E8F9-4DB1-A340-C0D897807B86}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationWithTagHelpers", "ApplicationWithTagHelpers\ApplicationWithTagHelpers.csproj", "{2079872F-E8F9-4DB1-A340-C0D897807B86}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClassLibraryTagHelper", "testapps\ClassLibraryTagHelper\ClassLibraryTagHelper.xproj", "{39EFA075-3673-49AB-95F3-AA5E88DF6C30}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibraryTagHelper", "ClassLibraryTagHelper\ClassLibraryTagHelper.csproj", "{39EFA075-3673-49AB-95F3-AA5E88DF6C30}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationWithConfigureMvc", "testapps\ApplicationWithConfigureMvc\ApplicationWithConfigureMvc.xproj", "{E2EAEB85-91D5-478E-9CE2-964F68DE20D0}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationWithConfigureMvc", "ApplicationWithConfigureMvc\ApplicationWithConfigureMvc.csproj", "{E2EAEB85-91D5-478E-9CE2-964F68DE20D0}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClassLibraryWithPrecompiledViews", "testapps\ClassLibraryWithPrecompiledViews\ClassLibraryWithPrecompiledViews.xproj", "{4684DE8B-3FBE-421B-8798-56C3D6698B76}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibraryWithPrecompiledViews", "ClassLibraryWithPrecompiledViews\ClassLibraryWithPrecompiledViews.csproj", "{4684DE8B-3FBE-421B-8798-56C3D6698B76}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "PublishWIthEmbedViewSources", "testapps\PublishWIthEmbedViewSources\PublishWIthEmbedViewSources.xproj", "{E3462190-3068-40F0-9AA5-34779FE252AC}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PublishWIthEmbedViewSources", "PublishWIthEmbedViewSources\PublishWIthEmbedViewSources.csproj", "{E3462190-3068-40F0-9AA5-34779FE252AC}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "StrongNamedApp", "testapps\StrongNamedApp\StrongNamedApp.xproj", "{88903BE5-0676-4667-8160-B24646E0B76E}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StrongNamedApp", "StrongNamedApp\StrongNamedApp.csproj", "{88903BE5-0676-4667-8160-B24646E0B76E}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SimpleAppDesktopOnly", "testapps\SimpleAppDesktopOnly\SimpleAppDesktopOnly.xproj", "{A0B0A141-A32B-4F33-B85F-5CA8C107105F}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleAppDesktopOnly", "SimpleAppDesktopOnly\SimpleAppDesktopOnly.csproj", "{A0B0A141-A32B-4F33-B85F-5CA8C107105F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -31,10 +29,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8FA176ED-C29E-48D6-BC7A-1C3A862CB15F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8FA176ED-C29E-48D6-BC7A-1C3A862CB15F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8FA176ED-C29E-48D6-BC7A-1C3A862CB15F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8FA176ED-C29E-48D6-BC7A-1C3A862CB15F}.Release|Any CPU.Build.0 = Release|Any CPU
{2079872F-E8F9-4DB1-A340-C0D897807B86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2079872F-E8F9-4DB1-A340-C0D897807B86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2079872F-E8F9-4DB1-A340-C0D897807B86}.Release|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/testapps/global.json b/testapps/global.json
deleted file mode 100644
index 77c126f953..0000000000
--- a/testapps/global.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "projects": [],
- "sdk": {
- "version": "1.0.0-preview2-1-003180"
- }
-}
\ No newline at end of file
diff --git a/version.props b/version.props
new file mode 100644
index 0000000000..f2d5fa5b07
--- /dev/null
+++ b/version.props
@@ -0,0 +1,7 @@
+
+
+
+ 1.1.0
+ msbuild3
+
+
\ No newline at end of file