dotnet-installer/TestAssets/TestProjects
Piotr Puszkiewicz d6cab4af58 use Sdks attribute in dotnet new templates (#4916)
* Move dotnet-new templates to Sdk attribute

* Update to MSBuild 15.1.0-preview-000454-01

To pick up a fix for Microsoft/msbuild#1431.

* Fix template newlines

* Fix casing on Microsoft.Net.Sdk

* Move migration test csproj's to Sdk attribute

* Disable parallel sdk restore

Each SDK restore operation will try to manipulate the same assets.json file since the dependency name&version are injected into a common csproj file. This can cause runtime failures when two NuGets try to restore the project at once.

* Make casing of SDK 'NET' and not 'Net'

* Remove redundatn imports

* Fix test string

* Additional race

* Replacing the SDK with the Web.Sdk when it is a Web project.

* Fixing the test by writting the csproj before running the migration rule.
2016-12-04 22:31:58 -08:00
..
AppWithAppDependency Upgrade Corefx and coreclr references 2016-08-31 10:41:47 -07:00
AppWithAssemblyInfo Migration: Handle different variations of specifying assembly attributes. 2016-11-18 18:05:00 +01:00
AppWithDepOnToolWithOutputName Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
AppWithDirectAndToolDep Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
AppWithDirectDep Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
AppWithDirectDepWithOutputName Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
AppWithMultipleFxAndTools Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
AppWithOutputAssemblyName Upgrade Corefx and coreclr references 2016-08-31 10:41:47 -07:00
AppWithToolDependency Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
DependencyContextFromTool Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
FSharpTestProjects Remove deprecated test assets (#4546) 2016-10-31 16:16:07 -07:00
LibraryWithNetStandardLibRef When Library add reference to NETStandardLib if not present 2016-11-01 15:52:24 -07:00
LibraryWithoutNetStandardLibRef When Library add reference to NETStandardLib if not present 2016-11-01 15:52:24 -07:00
LibraryWithOutputAssemblyName Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
MSBuildAppWithMultipleFrameworks Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
MSBuildAppWithMultipleFrameworksAndTools Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
MSBuildBareBonesProject Fix 4508: CLI verbs that call into msbuild should control their output (#4719) 2016-11-15 11:56:39 -08:00
MSBuildIntegration use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
MSBuildTestApp Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
Packages
PerformanceTestProjects Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
PJTestAppSimple Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
PJTestLibraryWithConfiguration [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
ProjectJsonConsoleTemplate dotnet-new csproj templates (#4382) 2016-10-14 00:06:35 -07:00
ProjectJsonWebTemplate turn on the web test 2016-10-20 15:04:53 -07:00
TestAppDependencyGraph use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
TestAppSimple Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
TestAppWithContents green 2016-10-03 20:10:09 -07:00
TestAppWithLibrary Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
TestAppWithLibraryUnderTFM Fixing project dependencies migration so that they are only conditioned when they where under a TFM in the project.json to begin with. 2016-10-21 18:00:17 -07:00
TestAppWithMigrateableScripts try again 2016-09-19 11:11:01 -07:00
TestAppWithProjDepTool Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
TestAppWithRuntimeOptions Updating versions in a few places that did not exist in the preview2 branch. 2016-09-02 15:01:59 -07:00
TestAppWithSigning pr feedback 2016-10-04 16:37:23 -07:00
TestAppWithSln sln reader/writer (#4870) 2016-11-30 14:08:28 -10:00
TestAppWithUnqualifiedDependencies Migrating unqualifing references as projects if we find a matching project. Without this, we have project references being migrated as package references. 2016-11-01 14:17:12 -07:00
TestLibraryWithAnalyzer Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions. 2016-06-14 03:14:53 -05:00
TestLibraryWithConfiguration Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
TestLibraryWithDeprecatedProjectFile Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions. 2016-06-14 03:14:53 -05:00
TestLibraryWithMultipleFrameworks Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions. 2016-06-14 03:14:53 -05:00
TestLibraryWithTwoFrameworks remove desktop from multi target test asset 2016-10-20 17:39:51 -07:00
VSTestDesktopAndNetCore Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
VSTestDotNetCore Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
VSTestXunitDesktopAndNetCore Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
VSTestXunitDotNetCore Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
global.json Clean up the temporary TestAsset changes. 2016-07-21 12:23:51 -05:00
NuGet.Config Clean up the temporary TestAsset changes. 2016-07-21 12:23:51 -05:00