Skip to content

Commit 6a35881

Browse files
committed
Framework reference instead of whole sdk change
1 parent 4a2a2a7 commit 6a35881

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.Web">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<DocumentationFile>$(OutputPath)$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
@@ -21,6 +21,9 @@
2121
<PackagePath>.</PackagePath>
2222
</Content>
2323
</ItemGroup>
24+
<ItemGroup>
25+
<FrameworkReference Include="Microsoft.AspNetCore.App" />
26+
</ItemGroup>
2427
<ItemGroup Condition="'$(TargetFramework)'=='net8.0'">
2528
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
2629
</ItemGroup>

0 commit comments

Comments
 (0)