IoTSharp.csproj 5.4 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 />
麦壳饼's avatar
麦壳饼 已提交
25
  </PropertyGroup>
26 27 28 29 30 31

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

34 35 36 37 38 39 40 41 42 43 44 45 46
    <PackageReference Include="AspNetCore.HealthChecks.Network" Version="3.0.1" />

    <PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="3.0.0" />
    <PackageReference Include="AspNetCore.HealthChecks.System" Version="3.0.3" />
    <PackageReference Include="AspNetCore.HealthChecks.UI" Version="3.0.9" />
    <PackageReference Include="AspNetCore.HealthChecks.Uris" Version="3.0.0" />
    <PackageReference Include="AspNetCore.HealthChecks.Network" Version="3.0.1" />

    <PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="3.0.0" />




麦壳饼's avatar
麦壳饼 已提交
47
    <PackageReference Include="IoTSharp.X509Extensions" Version="1.3.3" />
48
    <PackageReference Include="LiteDB" Version="5.0.1" />
麦壳饼's avatar
麦壳饼 已提交
49
    
麦壳饼's avatar
麦壳饼 已提交
50
    <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.9.10" />
麦壳饼's avatar
麦壳饼 已提交
51 52 53
    <PackageReference Include="MQTTnet" Version="3.0.8" />
    <PackageReference Include="MQTTnet.AspNetCore" Version="3.0.8" />
    <PackageReference Include="MQTTnet.Extensions.Rpc" Version="3.0.8" />
54
    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.1.1" />
麦壳饼's avatar
麦壳饼 已提交
55
    <PackageReference Include="NSwag.AspNetCore" Version="13.2.2" />
麦壳饼's avatar
麦壳饼 已提交
56
    <PackageReference Include="QuartzHostedServiceEx" Version="0.0.7" />
麦壳饼's avatar
麦壳饼 已提交
57 58
    <PackageReference Include="System.ServiceModel.Primitives" Version="4.7.0" />
    <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
59
    <PackageReference Include="CoAP.NET.Core" Version="1.1.0" />
60 61 62
    <PackageReference Include="Quartz.Plugins.RecentHistory" Version="1.0.3" />
    <PackageReference Include="QuartzminFork" Version="1.0.15" />
    <PackageReference Include="EntityFrameworkCore.RawSQLExtensions" Version="1.1.24" />
麦壳饼's avatar
麦壳饼 已提交
63 64 65 66 67 68 69 70 71 72 73 74
    <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.1" />
    <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.1" />
    <PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="3.1.1" />
    <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.1" />
    <PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="3.1.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.1" />
    <PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.1" />
    <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.1.1" />
    <PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="3.1.1" />
麦壳饼's avatar
麦壳饼 已提交
75
    <PackageReference Include="MQTTnet.AspNetCoreEx" Version="3.0.8" />
麦壳饼's avatar
麦壳饼 已提交
76
    <PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="3.0.8" />
麦壳饼's avatar
麦壳饼 已提交
77

78
  </ItemGroup>
麦壳饼's avatar
麦壳饼 已提交
79 80 81 82 83
  <ItemGroup>
    <Compile Remove="Migrations\**" />
    <Content Remove="Migrations\**" />
    <EmbeddedResource Remove="Migrations\**" />
    <None Remove="Migrations\**" />
84 85
    <Content Remove="appsettings.Production.json" />
    <None Remove="healthchecksdb" />
麦壳饼's avatar
麦壳饼 已提交
86
    <None Remove="healthchecksdb-shm" />
麦壳饼's avatar
麦壳饼 已提交
87 88 89 90
    <None Include="..\docs\images\200x200.png">
      <Pack>True</Pack>
      <PackagePath></PackagePath>
    </None>
91 92 93 94
    <None Include="..\LICENSE.txt">
      <Pack>True</Pack>
      <PackagePath></PackagePath>
    </None>
95 96 97
    <None Include="appsettings.Production.json">
      <CopyToOutputDirectory>Never</CopyToOutputDirectory>
    </None>
麦壳饼's avatar
麦壳饼 已提交
98
  </ItemGroup>
麦壳饼's avatar
麦壳饼 已提交
99

麦壳饼's avatar
麦壳饼 已提交
100
  <ItemGroup>
麦壳饼's avatar
麦壳饼 已提交
101
    <ProjectReference Include="..\IoTSharp.Extensions.AspNetCore\IoTSharp.Extensions.AspNetCore.csproj" />
麦壳饼's avatar
麦壳饼 已提交
102 103
    <ProjectReference Include="..\IoTSharp.Extensions\IoTSharp.Extensions.csproj" />
  </ItemGroup>
麦壳饼's avatar
麦壳饼 已提交
104
</Project>