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 />
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 41
    <PackageReference Include="AspNetCore.HealthChecks.System" Version="3.1.1" />
    <PackageReference Include="AspNetCore.HealthChecks.UI" Version="3.1.0" />
    <PackageReference Include="AspNetCore.HealthChecks.Uris" Version="3.1.1" />
    <PackageReference Include="AspNetCore.HealthChecks.Network" Version="3.1.1" />
42

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




48
    <PackageReference Include="IoTSharp.X509Extensions" Version="1.4.9" />
麦壳饼's avatar
麦壳饼 已提交
49
    <PackageReference Include="LiteDB" Version="5.0.8" />
麦壳饼's avatar
麦壳饼 已提交
50
    
麦壳饼's avatar
麦壳饼 已提交
51 52 53 54
    <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
    <PackageReference Include="MQTTnet" Version="3.0.9" />
    <PackageReference Include="MQTTnet.AspNetCore" Version="3.0.9" />
    <PackageReference Include="MQTTnet.Extensions.Rpc" Version="3.0.9" />
55
    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.3" />
麦壳饼's avatar
麦壳饼 已提交
56
    <PackageReference Include="NSwag.AspNetCore" Version="13.5.0" />
麦壳饼's avatar
麦壳饼 已提交
57
    <PackageReference Include="QuartzHostedServiceEx" Version="0.0.7" />
麦壳饼's avatar
upgrade  
麦壳饼 已提交
58 59 60
    <PackageReference Include="Silkier" Version="1.0.23" />
    <PackageReference Include="Silkier.AspNetCore" Version="1.0.23" />
    <PackageReference Include="Silkier.EFCore" Version="1.0.23" />
麦壳饼's avatar
麦壳饼 已提交
61
    <PackageReference Include="System.ServiceModel.Primitives" Version="4.7.0" />
麦壳饼's avatar
麦壳饼 已提交
62
    <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
63
    <PackageReference Include="CoAP.NET.Core" Version="1.1.0" />
64 65
    <PackageReference Include="Quartz.Plugins.RecentHistory" Version="1.0.3" />
    <PackageReference Include="QuartzminFork" Version="1.0.15" />
麦壳饼's avatar
麦壳饼 已提交
66 67 68 69 70 71 72 73 74 75 76 77 78 79
    <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" />
    <PackageReference Include="MQTTnet.AspNetCoreEx" Version="3.0.9" />
    <PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="3.0.9" />
麦壳饼's avatar
麦壳饼 已提交
80

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