Closed VeryEarly closed 1 month ago
original PR: https://github.com/Azure/autorest.powershell/pull/1376 reverted by: https://github.com/Azure/autorest.powershell/pull/1380 then: https://github.com/Azure/autorest.powershell/pull/1384
in #1384 I used msbuild to generate Assemblyinfo, the syntax does not compatible with dotnet 6 and msbuild 17.7. To avoid unexpected compatible issues, use template to generate assemblyinfo instead.
original PR: https://github.com/Azure/autorest.powershell/pull/1376 reverted by: https://github.com/Azure/autorest.powershell/pull/1380 then: https://github.com/Azure/autorest.powershell/pull/1384
in #1384 I used msbuild to generate Assemblyinfo, the syntax does not compatible with dotnet 6 and msbuild 17.7. To avoid unexpected compatible issues, use template to generate assemblyinfo instead.