File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 99 <AssemblyName >SmallEarthTech.$(MSBuildProjectName)</AssemblyName >
1010 <Version >$(AssemblyVersion)</Version >
1111 <Title >Garmin/Dynastream ANT+ USB Stick Class Library</Title >
12- <GeneratePackageOnBuild >True </GeneratePackageOnBuild >
12+ <GeneratePackageOnBuild >False </GeneratePackageOnBuild >
1313 <Authors >Stephen Hidem</Authors >
1414 <Description >Provides an interface to ANT+ USB sticks available from Garmin/Dynastream. This class is used in the example projects located at the project URL.</Description >
1515 <Copyright >© $(Authors). All rights reserved.</Copyright >
2020 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2121 <IncludeSymbols >True</IncludeSymbols >
2222 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
23- <PublishRepositoryUrl >true</PublishRepositoryUrl >
24- <EmbedUntrackedSources >true</EmbedUntrackedSources >
25- <PublishRepositoryUrl >true</PublishRepositoryUrl >
26- <IncludeContentFilesProjectOutputGroup >true</IncludeContentFilesProjectOutputGroup >
2723 </PropertyGroup >
2824
2925 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
3632
3733 <ItemGroup >
3834 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7.0.1" />
39- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
40- <PrivateAssets >all</PrivateAssets >
41- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
42- </PackageReference >
4335 <PackageReference Include =" SmallEarthTech.AntRadioInterface" Version =" 1.0.1" />
4436 </ItemGroup >
4537
Original file line number Diff line number Diff line change 1515 <PackageReference Include =" Serilog.Extensions.Logging" Version =" 7.0.0" />
1616 <PackageReference Include =" Serilog.Sinks.Debug" Version =" 2.0.0" />
1717 <PackageReference Include =" SmallEarthTech.AntPlus" Version =" 2.2.0" />
18- <PackageReference Include =" SmallEarthTech.AntUsbStick" Version =" 1.1.0" />
1918 <PackageReference Include =" System.ObjectModel" Version =" 4.3.0" />
2019 </ItemGroup >
2120
21+ <ItemGroup >
22+ <ProjectReference Include =" ..\AntUsbStick\AntUsbStick.csproj" />
23+ </ItemGroup >
24+
2225 <ItemGroup >
2326 <Page Update =" MainWindow.xaml" >
2427 <CopyToOutputDirectory >Never</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments