-
Notifications
You must be signed in to change notification settings - Fork 1
/
Directory.Build.props
38 lines (34 loc) · 1.43 KB
/
Directory.Build.props
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
27
28
29
30
31
32
33
34
35
36
37
38
<Project>
<PropertyGroup>
<Title>Frequency</Title>
<Version>0.0.3-alpha.1</Version>
<LicenseFile>$(MSBuildThisFileDirectory)LICENSE</LicenseFile>
<Company>Frequency Communitity</Company>
<Product>Frequency</Product>
<PackageProjectUrl>https://github.com/gpproton/Frequency</PackageProjectUrl>
<RepositoryUrl>https://github.com/gpproton/Frequency</RepositoryUrl>
<PackageTags>Raspberry PI,RFID,UHF,IOT,TAGS</PackageTags>
<RepositoryType>git</RepositoryType>
<Copyright>© Proton Frequency Contributors. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IsPackable>true</IsPackable>
<Description>A UHF RFID daemon for IOT devices.</Description>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RazorLangVersion>8.0</RazorLangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<PropertyGroup>
<AxolotlVersion>8.0-preview.19</AxolotlVersion>
<AspCoreVersion>8.0.0-preview.7.23375.9</AspCoreVersion>
<Blazorise>1.2.5</Blazorise>
<DotnetVersion>8.0.0-preview.7.23375.6</DotnetVersion>
<EfcoreVersion>8.0.0-preview.7.23375.4</EfcoreVersion>
<NpgsqlVersion>8.0.0-preview.4</NpgsqlVersion>
<SwashbuckleVersion>6.5.0</SwashbuckleVersion>
<MQTTnetVersion>4.2.1.781</MQTTnetVersion>
</PropertyGroup>
</Project>