SessionScopedExtension / SessionScopedTest / SessionScopedTest.csproj
Code · 13 lines · 313 bytes
1
2
3
4
5
6
7
8
9
10
11
12
13<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net9.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\SessionScoped\SessionScoped.csproj" />
  </ItemGroup>

</Project>