dotnet-installer/test/EndToEnd
Vlada Shubina ac6ce6b6b5
added tests to check if the templates shipped with SDK have net6.0 set as default framework (#10238)
* fixes dotnet/templating#3054 dotnet/templating#2797 checks if the templates shipped with SDK have net6.0 set as default framework

adds new data sets for templating managed templates
adds basic tests on item templates as they were missing
console templates are targeting net6.0 already so fixes dotnet/installer#8974

* made a special case for 'grpc' not to run on linux-musl
2021-04-30 15:20:20 +03:00
..
EndToEnd.Tests.csproj [main] Update dependencies from dotnet/sdk (#10226) 2021-04-16 16:17:09 +00:00
GivenDotNetLinuxInstallers.cs
GivenDotnetUsesDotnetTools.cs
GivenFrameworkDependentApps.cs [master] Update dependencies from dotnet/sdk (#8235) 2020-09-04 22:28:24 +00:00
GivenNetFrameworkSupportsNetStandard2.cs
GivenSelfContainedAppsRollForward.cs [master] Update dependencies from dotnet/sdk (#7208) 2020-04-21 20:54:31 +00:00
GivenUnixPlatform.cs
GivenUsingDefaultRuntimeFrameworkVersions.cs [master] Update dependencies from dotnet/sdk (#8235) 2020-09-04 22:28:24 +00:00
GivenWeWantToRequireWindowsForDesktopApps.cs Update tests for .NET 6 2020-10-25 19:19:57 -07:00
GivenWindowsApp.cs Update tests for .NET 6 2020-10-25 19:19:57 -07:00
ProjectBuildTests.cs added tests to check if the templates shipped with SDK have net6.0 set as default framework (#10238) 2021-04-30 15:20:20 +03:00
SupportedNetCoreAppVersions.cs [master] Update dependencies from dotnet/sdk (#8235) 2020-09-04 22:28:24 +00:00
TestProjectCreator.cs Move few GivenWeWantToRequireWindowsForDesktopApps tests (#8205) 2020-08-20 06:32:19 -07:00
ValidateInsertedManifests.cs [main] Update dependencies from dotnet/sdk (#10226) 2021-04-16 16:17:09 +00:00
VersionTests.cs