diff --git a/.automation/test/csharp/csharp_bad_01.cs b/.automation/test/csharp/csharp_bad_01.cs index fb79c65b97f..b0f430afd10 100644 Binary files a/.automation/test/csharp/csharp_bad_01.cs and b/.automation/test/csharp/csharp_bad_01.cs differ diff --git a/.automation/test/csharp/csharp_bad_02.cs b/.automation/test/csharp/csharp_bad_02.cs index fb79c65b97f..212df2b95bb 100644 Binary files a/.automation/test/csharp/csharp_bad_02.cs and b/.automation/test/csharp/csharp_bad_02.cs differ diff --git a/.automation/test/csharp/csharp_project.csproj b/.automation/test/csharp/csharp_project.csproj new file mode 100644 index 00000000000..74abf5c9766 --- /dev/null +++ b/.automation/test/csharp/csharp_project.csproj @@ -0,0 +1,10 @@ + + + + Exe + net6.0 + enable + enable + + + diff --git a/.automation/test/vbdotnet/vb_projecty.vbproj b/.automation/test/vbdotnet/vb_projecty.vbproj new file mode 100644 index 00000000000..3edb2ae4157 --- /dev/null +++ b/.automation/test/vbdotnet/vb_projecty.vbproj @@ -0,0 +1,9 @@ + + + + Exe + vb_projecty + net6.0 + + +