diff --git a/changelog/pending/20221206--sdk-dotnet--drop-support-for-net-core-3-1.yaml b/changelog/pending/20221206--sdk-dotnet--drop-support-for-net-core-3-1.yaml deleted file mode 100644 index dfb43567993f..000000000000 --- a/changelog/pending/20221206--sdk-dotnet--drop-support-for-net-core-3-1.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- type: feat - scope: sdk/dotnet - description: Drop support for .NET Core 3.1. diff --git a/pkg/codegen/dotnet/templates.go b/pkg/codegen/dotnet/templates.go index b6ee412a4147..7b550a981ea5 100644 --- a/pkg/codegen/dotnet/templates.go +++ b/pkg/codegen/dotnet/templates.go @@ -132,7 +132,7 @@ const csharpProjectFileTemplateText = ` {{.Package.Repository}} logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/azure-native-nested-types/dotnet/Pulumi.AzureNative.csproj b/pkg/codegen/testing/test/testdata/azure-native-nested-types/dotnet/Pulumi.AzureNative.csproj index b74fb2b5b55e..2354383d0207 100644 --- a/pkg/codegen/testing/test/testdata/azure-native-nested-types/dotnet/Pulumi.AzureNative.csproj +++ b/pkg/codegen/testing/test/testdata/azure-native-nested-types/dotnet/Pulumi.AzureNative.csproj @@ -10,7 +10,7 @@ https://github.com/pulumi/pulumi-azure-native logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/cyclic-types/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/cyclic-types/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/cyclic-types/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/cyclic-types/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/dash-named-schema/dotnet/Pulumi.FooBar.csproj b/pkg/codegen/testing/test/testdata/dash-named-schema/dotnet/Pulumi.FooBar.csproj index 2b93d06811b6..75f31f394b6a 100644 --- a/pkg/codegen/testing/test/testdata/dash-named-schema/dotnet/Pulumi.FooBar.csproj +++ b/pkg/codegen/testing/test/testdata/dash-named-schema/dotnet/Pulumi.FooBar.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/dashed-import-schema/dotnet/Pulumi.Plant.csproj b/pkg/codegen/testing/test/testdata/dashed-import-schema/dotnet/Pulumi.Plant.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/dashed-import-schema/dotnet/Pulumi.Plant.csproj +++ b/pkg/codegen/testing/test/testdata/dashed-import-schema/dotnet/Pulumi.Plant.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/different-enum/dotnet/Pulumi.Plant.csproj b/pkg/codegen/testing/test/testdata/different-enum/dotnet/Pulumi.Plant.csproj index 4c31f5dbc6a0..ef6c86e98d2b 100644 --- a/pkg/codegen/testing/test/testdata/different-enum/dotnet/Pulumi.Plant.csproj +++ b/pkg/codegen/testing/test/testdata/different-enum/dotnet/Pulumi.Plant.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/enum-reference/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/enum-reference/dotnet/Pulumi.Example.csproj index f34dd7f836e3..02c07de318f5 100644 --- a/pkg/codegen/testing/test/testdata/enum-reference/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/enum-reference/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/external-enum/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/external-enum/dotnet/Pulumi.Example.csproj index 42d3f4d4f986..3e730a74a9e7 100644 --- a/pkg/codegen/testing/test/testdata/external-enum/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/external-enum/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/external-resource-schema/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/external-resource-schema/dotnet/Pulumi.Example.csproj index 7399402023ef..0bd5272ddee7 100644 --- a/pkg/codegen/testing/test/testdata/external-resource-schema/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/external-resource-schema/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/functions-secrets/dotnet/Pulumi.Mypkg.csproj b/pkg/codegen/testing/test/testdata/functions-secrets/dotnet/Pulumi.Mypkg.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/functions-secrets/dotnet/Pulumi.Mypkg.csproj +++ b/pkg/codegen/testing/test/testdata/functions-secrets/dotnet/Pulumi.Mypkg.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/hyphen-url/dotnet/Pulumi.Registrygeoreplication.csproj b/pkg/codegen/testing/test/testdata/hyphen-url/dotnet/Pulumi.Registrygeoreplication.csproj index 6e9409381374..7724bf402d8b 100644 --- a/pkg/codegen/testing/test/testdata/hyphen-url/dotnet/Pulumi.Registrygeoreplication.csproj +++ b/pkg/codegen/testing/test/testdata/hyphen-url/dotnet/Pulumi.Registrygeoreplication.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/naming-collisions/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/naming-collisions/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/naming-collisions/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/naming-collisions/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/nested-module-thirdparty/dotnet/Pulumi.FooBar.csproj b/pkg/codegen/testing/test/testdata/nested-module-thirdparty/dotnet/Pulumi.FooBar.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/nested-module-thirdparty/dotnet/Pulumi.FooBar.csproj +++ b/pkg/codegen/testing/test/testdata/nested-module-thirdparty/dotnet/Pulumi.FooBar.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/nested-module/dotnet/Pulumi.Foo.csproj b/pkg/codegen/testing/test/testdata/nested-module/dotnet/Pulumi.Foo.csproj index 4c31f5dbc6a0..ef6c86e98d2b 100644 --- a/pkg/codegen/testing/test/testdata/nested-module/dotnet/Pulumi.Foo.csproj +++ b/pkg/codegen/testing/test/testdata/nested-module/dotnet/Pulumi.Foo.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/other-owned/dotnet/Other.Example.csproj b/pkg/codegen/testing/test/testdata/other-owned/dotnet/Other.Example.csproj index b0912a9b7d85..5be4e95acb0a 100644 --- a/pkg/codegen/testing/test/testdata/other-owned/dotnet/Other.Example.csproj +++ b/pkg/codegen/testing/test/testdata/other-owned/dotnet/Other.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/output-funcs-edgeorder/dotnet/Pulumi.Myedgeorder.csproj b/pkg/codegen/testing/test/testdata/output-funcs-edgeorder/dotnet/Pulumi.Myedgeorder.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/output-funcs-edgeorder/dotnet/Pulumi.Myedgeorder.csproj +++ b/pkg/codegen/testing/test/testdata/output-funcs-edgeorder/dotnet/Pulumi.Myedgeorder.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/output-funcs-tfbridge20/dotnet/Pulumi.Mypkg.csproj b/pkg/codegen/testing/test/testdata/output-funcs-tfbridge20/dotnet/Pulumi.Mypkg.csproj index f46bc012fac7..1002383a9baa 100644 --- a/pkg/codegen/testing/test/testdata/output-funcs-tfbridge20/dotnet/Pulumi.Mypkg.csproj +++ b/pkg/codegen/testing/test/testdata/output-funcs-tfbridge20/dotnet/Pulumi.Mypkg.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/output-funcs/dotnet/Pulumi.Mypkg.csproj b/pkg/codegen/testing/test/testdata/output-funcs/dotnet/Pulumi.Mypkg.csproj index f46bc012fac7..1002383a9baa 100644 --- a/pkg/codegen/testing/test/testdata/output-funcs/dotnet/Pulumi.Mypkg.csproj +++ b/pkg/codegen/testing/test/testdata/output-funcs/dotnet/Pulumi.Mypkg.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/plain-and-default/dotnet/Pulumi.FooBar.csproj b/pkg/codegen/testing/test/testdata/plain-and-default/dotnet/Pulumi.FooBar.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/plain-and-default/dotnet/Pulumi.FooBar.csproj +++ b/pkg/codegen/testing/test/testdata/plain-and-default/dotnet/Pulumi.FooBar.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/plain-object-defaults/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/plain-object-defaults/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/plain-object-defaults/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/plain-object-defaults/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/plain-object-disable-defaults/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/plain-object-disable-defaults/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/plain-object-disable-defaults/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/plain-object-disable-defaults/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/plain-schema-gh6957/dotnet/Pulumi.Xyz.csproj b/pkg/codegen/testing/test/testdata/plain-schema-gh6957/dotnet/Pulumi.Xyz.csproj index f4b0153203f5..cfeb60495556 100644 --- a/pkg/codegen/testing/test/testdata/plain-schema-gh6957/dotnet/Pulumi.Xyz.csproj +++ b/pkg/codegen/testing/test/testdata/plain-schema-gh6957/dotnet/Pulumi.Xyz.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/provider-config-schema/dotnet/Configstation.Pulumi.Configstation.csproj b/pkg/codegen/testing/test/testdata/provider-config-schema/dotnet/Configstation.Pulumi.Configstation.csproj index 4c31f5dbc6a0..ef6c86e98d2b 100644 --- a/pkg/codegen/testing/test/testdata/provider-config-schema/dotnet/Configstation.Pulumi.Configstation.csproj +++ b/pkg/codegen/testing/test/testdata/provider-config-schema/dotnet/Configstation.Pulumi.Configstation.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/regress-8403/dotnet/Pulumi.Mongodbatlas.csproj b/pkg/codegen/testing/test/testdata/regress-8403/dotnet/Pulumi.Mongodbatlas.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/regress-8403/dotnet/Pulumi.Mongodbatlas.csproj +++ b/pkg/codegen/testing/test/testdata/regress-8403/dotnet/Pulumi.Mongodbatlas.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/regress-node-8110/dotnet/Pulumi.My8110.csproj b/pkg/codegen/testing/test/testdata/regress-node-8110/dotnet/Pulumi.My8110.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/regress-node-8110/dotnet/Pulumi.My8110.csproj +++ b/pkg/codegen/testing/test/testdata/regress-node-8110/dotnet/Pulumi.My8110.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/replace-on-change/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/replace-on-change/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/replace-on-change/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/replace-on-change/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/resource-args-python-case-insensitive/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/resource-args-python-case-insensitive/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/resource-args-python-case-insensitive/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/resource-args-python-case-insensitive/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/resource-args-python/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/resource-args-python/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/resource-args-python/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/resource-args-python/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/resource-property-overlap/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/resource-property-overlap/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/resource-property-overlap/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/resource-property-overlap/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/secrets/dotnet/Pulumi.Mypkg.csproj b/pkg/codegen/testing/test/testdata/secrets/dotnet/Pulumi.Mypkg.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/secrets/dotnet/Pulumi.Mypkg.csproj +++ b/pkg/codegen/testing/test/testdata/secrets/dotnet/Pulumi.Mypkg.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/simple-enum-schema/dotnet/Pulumi.Plant.csproj b/pkg/codegen/testing/test/testdata/simple-enum-schema/dotnet/Pulumi.Plant.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/simple-enum-schema/dotnet/Pulumi.Plant.csproj +++ b/pkg/codegen/testing/test/testdata/simple-enum-schema/dotnet/Pulumi.Plant.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/simple-methods-schema-single-value-returns/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/simple-methods-schema-single-value-returns/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/simple-methods-schema-single-value-returns/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/simple-methods-schema-single-value-returns/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/simple-methods-schema/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/simple-methods-schema/dotnet/Pulumi.Example.csproj index 65dda3c4d9c9..c92e13e6f62d 100644 --- a/pkg/codegen/testing/test/testdata/simple-methods-schema/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/simple-methods-schema/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/simple-plain-schema-with-root-package/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/simple-plain-schema-with-root-package/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/simple-plain-schema-with-root-package/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/simple-plain-schema-with-root-package/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/simple-plain-schema/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/simple-plain-schema/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/simple-plain-schema/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/simple-plain-schema/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/simple-resource-schema-custom-pypackage-name/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/simple-resource-schema-custom-pypackage-name/dotnet/Pulumi.Example.csproj index 48ad1bd61005..8955a6f7283c 100644 --- a/pkg/codegen/testing/test/testdata/simple-resource-schema-custom-pypackage-name/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/simple-resource-schema-custom-pypackage-name/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/simple-resource-schema/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/simple-resource-schema/dotnet/Pulumi.Example.csproj index a55ad736c4f1..c4ef888b5eaa 100644 --- a/pkg/codegen/testing/test/testdata/simple-resource-schema/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/simple-resource-schema/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/pkg/codegen/testing/test/testdata/simple-yaml-schema/dotnet/Pulumi.Example.csproj b/pkg/codegen/testing/test/testdata/simple-yaml-schema/dotnet/Pulumi.Example.csproj index 48ad1bd61005..8955a6f7283c 100644 --- a/pkg/codegen/testing/test/testdata/simple-yaml-schema/dotnet/Pulumi.Example.csproj +++ b/pkg/codegen/testing/test/testdata/simple-yaml-schema/dotnet/Pulumi.Example.csproj @@ -10,7 +10,7 @@ logo.png - net6.0 + netcoreapp3.1 enable false diff --git a/sdk/go/auto/test/errors/compilation_error/dotnet/dotnet.csproj b/sdk/go/auto/test/errors/compilation_error/dotnet/dotnet.csproj index f2ce42fa8823..7f5af17205a1 100644 --- a/sdk/go/auto/test/errors/compilation_error/dotnet/dotnet.csproj +++ b/sdk/go/auto/test/errors/compilation_error/dotnet/dotnet.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + netcoreapp3.1 enable diff --git a/sdk/go/auto/test/errors/runtime_error/dotnet/adsfsdf.csproj b/sdk/go/auto/test/errors/runtime_error/dotnet/adsfsdf.csproj index f2ce42fa8823..7f5af17205a1 100644 --- a/sdk/go/auto/test/errors/runtime_error/dotnet/adsfsdf.csproj +++ b/sdk/go/auto/test/errors/runtime_error/dotnet/adsfsdf.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + netcoreapp3.1 enable diff --git a/sdk/python/lib/test/automation/errors/compilation_error/dotnet/dotnet.csproj b/sdk/python/lib/test/automation/errors/compilation_error/dotnet/dotnet.csproj index f2ce42fa8823..7f5af17205a1 100644 --- a/sdk/python/lib/test/automation/errors/compilation_error/dotnet/dotnet.csproj +++ b/sdk/python/lib/test/automation/errors/compilation_error/dotnet/dotnet.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + netcoreapp3.1 enable diff --git a/sdk/python/lib/test/automation/errors/runtime_error/dotnet/adsfsdf.csproj b/sdk/python/lib/test/automation/errors/runtime_error/dotnet/adsfsdf.csproj index f2ce42fa8823..7f5af17205a1 100644 --- a/sdk/python/lib/test/automation/errors/runtime_error/dotnet/adsfsdf.csproj +++ b/sdk/python/lib/test/automation/errors/runtime_error/dotnet/adsfsdf.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + netcoreapp3.1 enable