1
- <Project Sdk = " Microsoft.NET.Sdk " >
2
-
1
+ <? xml version = " 1.0 " encoding = " utf-8 " ? >
2
+ < Project >
3
3
<PropertyGroup >
4
- <Title >OpenEphys.ProbeInterface</Title >
5
4
<Authors >Open Ephys</Authors >
6
5
<Copyright >Copyright © Open Ephys and Contributors 2024</Copyright >
7
- <TargetFramework >net472</TargetFramework >
8
- <Description >API based on Probe Interface specifications for parsing channel configurations</Description >
9
- <PackageTags >Bonsai Rx Open Ephys Onix</PackageTags >
10
- <VersionPrefix >0.1.0</VersionPrefix >
11
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
12
- <UseArtifactsOutput >true</UseArtifactsOutput >
13
6
<GenerateDocumentationFile >true</GenerateDocumentationFile >
14
- <PackageProjectUrl ></ PackageProjectUrl >
7
+ <SymbolPackageFormat >snupkg</ SymbolPackageFormat >
15
8
<IncludeSymbols >true</IncludeSymbols >
16
- <RepositoryUrl >https://github.com/open-ephys/OpenEphys.ProbeInterface</RepositoryUrl >
9
+ <RepositoryUrl >https://github.com/open-ephys/OpenEphys.ProbeInterface.NET </RepositoryUrl >
17
10
<RepositoryType >git</RepositoryType >
11
+ <PackageReadmeFile >README.md</PackageReadmeFile >
18
12
<PackageLicenseFile >LICENSE</PackageLicenseFile >
13
+ <UseArtifactsOutput >true</UseArtifactsOutput >
19
14
<PackageIcon >icon.png</PackageIcon >
15
+ <VersionPrefix >0.1.0</VersionPrefix >
20
16
<VersionSuffix ></VersionSuffix >
21
17
<LangVersion >10.0</LangVersion >
22
- <Nullable >enable</Nullable >
23
- <Platforms >AnyCPU</Platforms >
18
+ <Features >strict</Features >
24
19
</PropertyGroup >
25
20
26
21
<ItemGroup >
27
22
<Content Include =" ..\LICENSE" PackagePath =" /" />
28
23
<Content Include =" ..\icon.png" PackagePath =" /" />
24
+ <Content Include =" ..\README.md" PackagePath =" /" />
29
25
</ItemGroup >
30
-
31
- <ItemGroup >
32
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
33
- </ItemGroup >
34
- </Project >
26
+ </Project >
0 commit comments