Skip to content

Commit 69bf763

Browse files
committed
Web extension uses shared sdk instead of packages
1 parent f246053 commit 69bf763

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Extensions/Xtensive.Orm.Web/Xtensive.Orm.Web.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
@@ -11,6 +11,7 @@
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>
@@ -26,12 +27,14 @@
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>

0 commit comments

Comments
 (0)