We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2a2a7 commit 6a35881Copy full SHA for 6a35881
Extensions/Xtensive.Orm.Web/Xtensive.Orm.Web.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<IsPackable>true</IsPackable>
4
<DocumentationFile>$(OutputPath)$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
@@ -21,6 +21,9 @@
21
<PackagePath>.</PackagePath>
22
</Content>
23
</ItemGroup>
24
+ <ItemGroup>
25
+ <FrameworkReference Include="Microsoft.AspNetCore.App" />
26
+ </ItemGroup>
27
<ItemGroup Condition="'$(TargetFramework)'=='net8.0'">
28
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
29
0 commit comments