File tree Expand file tree Collapse file tree 3 files changed +5
-297
lines changed
Expand file tree Collapse file tree 3 files changed +5
-297
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputType >Library</OutputType >
44 <AssemblyName >EPiServer.DeveloperTools</AssemblyName >
5- <SccProjectName >SAK</SccProjectName >
6- <SccLocalPath >SAK</SccLocalPath >
7- <SccAuxPath >SAK</SccAuxPath >
8- <SccProvider >SAK</SccProvider >
9- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
5+ <TargetFramework >net5.0</TargetFramework >
6+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
107 <RestorePackages >true</RestorePackages >
118 </PropertyGroup >
129 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1310 <UseVSHostingProcess >false</UseVSHostingProcess >
1411 </PropertyGroup >
12+ <ItemGroup >
13+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
14+ </ItemGroup >
1515 <ItemGroup >
1616 <PackageReference Include =" EPiServer.CMS.AspNetCore" Version =" 12.0.0-inte-020304" />
1717 <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
3232 <PropertyGroup >
3333 <!-- <PostBuildEvent>powershell.exe -noexit -file "$(ProjectDir)copy-to-sandbox.ps1"</PostBuildEvent>-->
3434 </PropertyGroup >
35- <PropertyGroup >
36- <TargetFramework >net5.0</TargetFramework >
37- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
38- </PropertyGroup >
39- <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
40- <ItemGroup >
41- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
42- </ItemGroup >
4335</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments