Skip to content

Commit 849c41b

Browse files
Copilotstephentoub
andcommitted
Revert baseline changes for net6/7/8 frameworks - those use external template packages
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent 4a1ab39 commit 849c41b

File tree

9 files changed

+18
-9
lines changed
  • test/dotnet-new.IntegrationTests/Approvals
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-False#FileScopedNs-False#Framework-net6.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-False#FileScopedNs-False#Framework-net7.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-False#FileScopedNs-False#Framework-net8.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net6.0#cs#NoLangVer.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net6.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net7.0#cs#NoLangVer.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net7.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net8.0#cs#NoLangVer.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net8.0#cs.verified/MyProject

9 files changed

+18
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
using System;
1+
// See https://aka.ms/new-console-template for more information
2+
using System;
23

34
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
using System;
1+
// See https://aka.ms/new-console-template for more information
2+
using System;
23

34
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
using System;
1+
// See https://aka.ms/new-console-template for more information
2+
using System;
23

34
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");

0 commit comments

Comments
 (0)