IoTSharp.csproj 5.5 KB
Newer Older
麦壳饼's avatar
麦壳饼 已提交
1 2 3
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
麦壳饼's avatar
upgrade  
麦壳饼 已提交
4
    <TargetFramework>netcoreapp3.1</TargetFramework>
麦壳饼's avatar
麦壳饼 已提交
5 6
    <IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
    <IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled>
麦壳饼's avatar
麦壳饼 已提交
7 8 9 10
    <Company>IoT#</Company>
    <Product>IoTSharp</Product>
    <Authors>IoT#</Authors>
    <PackageProjectUrl>https://github.com/IoTSharp/IoTSharp</PackageProjectUrl>
11
    <PackageLicenseUrl></PackageLicenseUrl>
麦壳饼's avatar
麦壳饼 已提交
12
    <RepositoryUrl>https://github.com/IoTSharp/IoTSharp</RepositoryUrl>
13
    <PackageReleaseNotes>Open-source IoT Platform - Device management, data collection, processing and visualization.   https://www.iotsharp.net</PackageReleaseNotes>
麦壳饼's avatar
麦壳饼 已提交
14
    <Description>Open-source IoT Platform - Device management, data collection, processing and visualization.</Description>
麦壳饼's avatar
麦壳饼 已提交
15
    <PackageId>IoTSharp</PackageId>
麦壳饼's avatar
麦壳饼 已提交
16
    <UserSecretsId>18970590-05bf-4a1f-a70b-3c8a120d12cb</UserSecretsId>
麦壳饼's avatar
version  
麦壳饼 已提交
17
    <Version>1.0.1</Version>
18 19 20
    <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
    <RepositoryType>git</RepositoryType>
    <PackageTags>IoT</PackageTags>
麦壳饼's avatar
麦壳饼 已提交
21
    <PackageIcon>https:\avatars2.githubusercontent.com\u\200x200.png</PackageIcon>
麦壳饼's avatar
麦壳饼 已提交
22
    <ApplicationIcon>Resources\Logo.ico</ApplicationIcon>
麦壳饼's avatar
麦壳饼 已提交
23
    <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
麦壳饼's avatar
麦壳饼 已提交
24
    <PackageIconUrl />
25
    <DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
麦壳饼's avatar
麦壳饼 已提交
26
  </PropertyGroup>
27 28 29 30 31 32

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
    <DocumentationFile>D:\GitHub\IoTSharp\IoTSharp\IoTSharp\IoTSharp.xml</DocumentationFile>
    <NoWarn>1701;1702;1591</NoWarn>
  </PropertyGroup>
33
  <ItemGroup>
麦壳饼's avatar
麦壳饼 已提交
34

35 36 37
    <PackageReference Include="AspNetCore.HealthChecks.Network" Version="3.0.1" />

    <PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="3.0.0" />
麦壳饼's avatar
麦壳饼 已提交
38 39 40
    <PackageReference Include="AspNetCore.HealthChecks.System" Version="3.1.2" />
    <PackageReference Include="AspNetCore.HealthChecks.UI" Version="3.1.1" />
    <PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="3.1.1" />
麦壳饼's avatar
麦壳饼 已提交
41 42
    <PackageReference Include="AspNetCore.HealthChecks.Uris" Version="3.1.1" />
    <PackageReference Include="AspNetCore.HealthChecks.Network" Version="3.1.1" />
43

麦壳饼's avatar
麦壳饼 已提交
44
    <PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="3.1.1" />
45 46 47 48




49
    <PackageReference Include="IoTSharp.X509Extensions" Version="1.4.9" />
麦壳饼's avatar
麦壳饼 已提交
50 51 52 53 54




    <PackageReference Include="kimbus" Version="2.0.1" />
麦壳饼's avatar
麦壳饼 已提交
55
    <PackageReference Include="LiteDB" Version="5.0.8" />
麦壳饼's avatar
麦壳饼 已提交
56
    <PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="3.1.4" />
麦壳饼's avatar
麦壳饼 已提交
57
    
麦壳饼's avatar
麦壳饼 已提交
58
    <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
麦壳饼's avatar
麦壳饼 已提交
59 60 61 62 63
    <PackageReference Include="MQTTnet" Version="3.0.12-rc1" />
    <PackageReference Include="MQTTnet.AspNetCore" Version="3.0.12-rc1" />
    <PackageReference Include="MQTTnet.Extensions.Rpc" Version="3.0.12-rc1" />
    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
    <PackageReference Include="NSwag.AspNetCore" Version="13.6.0" />
麦壳饼's avatar
麦壳饼 已提交
64 65 66 67
    <PackageReference Include="Silkier" Version="1.0.121" />
    <PackageReference Include="Silkier.AspNetCore" Version="1.0.121" />
    <PackageReference Include="Silkier.EFCore" Version="1.0.121" />
    <PackageReference Include="SilkierQuartz" Version="1.0.21" />
麦壳饼's avatar
麦壳饼 已提交
68
    <PackageReference Include="System.ServiceModel.Primitives" Version="4.7.0" />
麦壳饼's avatar
麦壳饼 已提交
69
    <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
70
    <PackageReference Include="CoAP.NET.Core" Version="1.1.0" />
麦壳饼's avatar
麦壳饼 已提交
71 72 73 74 75 76 77 78 79 80 81 82
    <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.4" />
    <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.4" />
    <PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="3.1.4" />
    <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.4" />
    <PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="3.1.4" />
    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.4" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.4" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.4" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.4" />
    <PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.4" />
    <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.1.4" />
    <PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="3.1.4" />
麦壳饼's avatar
麦壳饼 已提交
83
    <PackageReference Include="MQTTnet.AspNetCoreEx" Version="3.0.11" />
麦壳饼's avatar
麦壳饼 已提交
84
    <PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="3.0.12-rc1" />
麦壳饼's avatar
麦壳饼 已提交
85

86
  </ItemGroup>
麦壳饼's avatar
麦壳饼 已提交
87 88 89 90 91
  <ItemGroup>
    <Compile Remove="Migrations\**" />
    <Content Remove="Migrations\**" />
    <EmbeddedResource Remove="Migrations\**" />
    <None Remove="Migrations\**" />
92
    <Content Remove="appsettings.Production.json" />
麦壳饼's avatar
麦壳饼 已提交
93
    <None Remove=".gitignore" />
94
    <None Remove="healthchecksdb" />
麦壳饼's avatar
麦壳饼 已提交
95
    <None Remove="healthchecksdb-shm" />
麦壳饼's avatar
麦壳饼 已提交
96 97 98 99
    <None Include="..\docs\images\200x200.png">
      <Pack>True</Pack>
      <PackagePath></PackagePath>
    </None>
100 101 102 103
    <None Include="..\LICENSE.txt">
      <Pack>True</Pack>
      <PackagePath></PackagePath>
    </None>
104 105 106
    <None Include="appsettings.Production.json">
      <CopyToOutputDirectory>Never</CopyToOutputDirectory>
    </None>
麦壳饼's avatar
麦壳饼 已提交
107
  </ItemGroup>
麦壳饼's avatar
麦壳饼 已提交
108
</Project>