|
6 | 6 |
|
7 | 7 | <Import Project="Shared.props" /> |
8 | 8 | <PropertyGroup> |
9 | | - <TargetFramework>net6.0</TargetFramework> |
| 9 | + <TargetFramework>net5.0</TargetFramework> |
10 | 10 | <PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags> |
11 | 11 | <PackageId>Microsoft.VisualStudio.Web.CodeGeneration.Design</PackageId> |
12 | 12 | <X86BinDirectory>$(ArtifactsBinDir)VS.Web.CG.Design-x86\</X86BinDirectory> |
|
32 | 32 | $(OutputPath)$(AssemblyName).xml;" |
33 | 33 | Condition=" '$(DotNetBuildFromSource)' != 'true' "> |
34 | 34 | <Pack>true</Pack> |
35 | | - <PackagePath>lib\net6.0\</PackagePath> |
| 35 | + <PackagePath>lib\net5.0\</PackagePath> |
36 | 36 | </Content> |
37 | 37 |
|
38 | | - <Content Include="$(ARMBinDirectory)$(Configuration)\net6.0\win-arm\$(AssemblyName).exe; |
39 | | - $(ARMBinDirectory)$(Configuration)\net6.0\win-arm\$(AssemblyName).xml;" |
| 38 | + <Content Include="$(ARMBinDirectory)$(Configuration)\net5.0\win-arm\$(AssemblyName).exe; |
| 39 | + $(ARMBinDirectory)$(Configuration)\net5.0\win-arm\$(AssemblyName).xml;" |
40 | 40 | Condition=" '$(DotNetBuildFromSource)' != 'true' "> |
41 | 41 | <Pack>true</Pack> |
42 | | - <PackagePath>runtimes\win-arm\lib\net6.0\</PackagePath> |
| 42 | + <PackagePath>runtimes\win-arm\lib\net5.0\</PackagePath> |
43 | 43 | </Content> |
44 | 44 |
|
45 | | - <Content Include="$(ARM64BinDirectory)$(Configuration)\net6.0\win-arm64\$(AssemblyName).exe; |
46 | | - $(ARM64BinDirectory)$(Configuration)\net6.0\win-arm64\$(AssemblyName).xml;" |
| 45 | + <Content Include="$(ARM64BinDirectory)$(Configuration)\net5.0\win-arm64\$(AssemblyName).exe; |
| 46 | + $(ARM64BinDirectory)$(Configuration)\net5.0\win-arm64\$(AssemblyName).xml;" |
47 | 47 | Condition=" '$(DotNetBuildFromSource)' != 'true' "> |
48 | 48 | <Pack>true</Pack> |
49 | | - <PackagePath>runtimes\win-arm64\lib\net6.0\</PackagePath> |
| 49 | + <PackagePath>runtimes\win-arm64\lib\net5.0\</PackagePath> |
50 | 50 | </Content> |
51 | 51 | </ItemGroup> |
52 | 52 | </Project> |
0 commit comments