File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Extensions/Xtensive.Orm.Web Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web " >
22 <PropertyGroup >
33 <IsPackable >true</IsPackable >
44 <DocumentationFile >$(OutputPath)$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
1111 <PackageDescription >Adds integration with ASP.NET for $(DoProductName)-powered projects</PackageDescription >
1212 <SignAssembly >true</SignAssembly >
1313 <AssemblyOriginatorKeyFile >$(ExtensionsKeyFile)</AssemblyOriginatorKeyFile >
14+ <OutputType >Library</OutputType >
1415 </PropertyGroup >
1516 <PropertyGroup Label =" Nuget ReadMe" Condition =" $(GeneratePackageOnBuild) == 'true'" >
1617 <PackageReadmeFile >ReadMe.md</PackageReadmeFile >
2627 <ItemGroup Condition =" '$(TargetFramework)'=='net10.0'" >
2728 <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 10.0.0" />
2829 </ItemGroup >
30+ <!--
2931 <ItemGroup>
3032 <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
3133 <PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
3234 <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.0" />
3335 <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
3436 </ItemGroup>
37+ -->
3538 <ItemGroup >
3639 <ProjectReference Include =" ..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
3740 </ItemGroup >
You can’t perform that action at this time.
0 commit comments