-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIdentityServer7.EntityFramework.Storage.csproj
More file actions
35 lines (31 loc) · 1.32 KB
/
IdentityServer7.EntityFramework.Storage.csproj
File metadata and controls
35 lines (31 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageOutputPath>$(OutDir)</PackageOutputPath>
<Title>nuget.org</Title>
<Authors>$(AssemblyName)</Authors>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/braspin/IdentityServer7.EntityFramework.Storage</PackageProjectUrl>
<RepositoryUrl>https://github.com/braspin/IdentityServer7.EntityFramework.Storage</RepositoryUrl>
<Product>Braspin.$(AssemblyName)</Product>
<PackageId>Braspin.$(AssemblyName)</PackageId>
</PropertyGroup>
<ItemGroup>
<None Include="Readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="Braspin.IdentityServer7" Version="0.1.0" />
<PackageReference Include="Braspin.IdentityServer7.Storage" Version="0.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.18" />
</ItemGroup>
</Project>