mirror of https://gitee.com/apiumc/Gateway.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
579 B
XML
17 lines
579 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<!--<VersionPrefix>1.0.0</VersionPrefix>-->
|
|
</PropertyGroup>
|
|
<!-- <PropertyGroup>
|
|
<PublishAot>true</PublishAot>
|
|
</PropertyGroup> -->
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="UMC.Activities" Version="1.0.4" />
|
|
<PackageReference Include="UMC.Proxy" Version="1.0.35" />
|
|
</ItemGroup>
|
|
</Project> |