|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Nullable>enable</Nullable> |
7 | | - |
8 | | - <!-- Package Metadata --> |
9 | | - <PackageId>Daqifi.Core</PackageId> |
10 | | - <Authors>DAQiFi</Authors> |
11 | | - <Description>Core library for interacting with DAQiFi devices</Description> |
12 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
13 | | - <PackageProjectUrl>https://github.com/daqifi/daqifi-core</PackageProjectUrl> |
14 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
15 | | - <PackageTags>daqifi;daq;data-acquisition;measurement;instrumentation</PackageTags> |
16 | | - <RepositoryUrl>https://github.com/daqifi/daqifi-core</RepositoryUrl> |
17 | | - <RepositoryType>git</RepositoryType> |
18 | | - |
19 | | - <!-- Build Configuration --> |
20 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
21 | | - <IncludeSymbols>true</IncludeSymbols> |
22 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
23 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
24 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
25 | | - <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> |
26 | | - </PropertyGroup> |
27 | | - |
28 | | - <ItemGroup> |
29 | | - <None Include="../../README.md" Pack="true" PackagePath="/" /> |
30 | | - <PackageReference Include="Google.Protobuf" Version="3.30.2" /> |
31 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> |
32 | | - </ItemGroup> |
33 | | - |
34 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + |
| 8 | + <!-- Package Metadata --> |
| 9 | + <PackageId>Daqifi.Core</PackageId> |
| 10 | + <Authors>DAQiFi</Authors> |
| 11 | + <Description>Core library for interacting with DAQiFi devices</Description> |
| 12 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 13 | + <PackageProjectUrl>https://github.com/daqifi/daqifi-core</PackageProjectUrl> |
| 14 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 15 | + <PackageTags>daqifi;daq;data-acquisition;measurement;instrumentation</PackageTags> |
| 16 | + <RepositoryUrl>https://github.com/daqifi/daqifi-core</RepositoryUrl> |
| 17 | + <RepositoryType>git</RepositoryType> |
| 18 | + |
| 19 | + <!-- Build Configuration --> |
| 20 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 21 | + <IncludeSymbols>true</IncludeSymbols> |
| 22 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 23 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 24 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 25 | + <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> |
| 26 | + </PropertyGroup> |
| 27 | + |
| 28 | + <ItemGroup> |
| 29 | + <None Include="../../README.md" Pack="true" PackagePath="/" /> |
| 30 | + <PackageReference Include="Google.Protobuf" Version="3.31.0" /> |
| 31 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> |
| 32 | + </ItemGroup> |
| 33 | + |
| 34 | +</Project> |
0 commit comments