-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExpress.Net.Reference.Assemblies.csproj
More file actions
26 lines (22 loc) · 1.03 KB
/
Express.Net.Reference.Assemblies.csproj
File metadata and controls
26 lines (22 loc) · 1.03 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>true</IsPackable>
<Nullable>enable</Nullable>
<PackageDescription>A fast DSL for build microservices.</PackageDescription>
<Authors>Vishvaka Ranasinghe</Authors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App.Ref" Version="10.0.0" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.AspNetCore.App.Ref" Version="10.0.0" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
</ItemGroup>
<Import Project="Generated.Net10.targets" />
<Import Project="Generated.AspNet10.targets" />
<ItemGroup>
<EmbeddedResource Include="..\Library\Buildtime\Express.Net.Base.dll">
<LogicalName>Express.Net.Base</LogicalName>
<Link>Resources\Express.Net.Base.dll</Link>
</EmbeddedResource>
</ItemGroup>
</Project>