Skip to content

Commit 2b66170

Browse files
committed
Discarded failed attempt to create AntUsbStick NuGet package.
1 parent 2232a31 commit 2b66170

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

Examples/AntUsbStick/AntUsbStick.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
@@ -20,10 +20,6 @@
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'">
@@ -36,10 +32,6 @@
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

Examples/WpfUsbStickApp/WpfUsbStickApp.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
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>

0 commit comments

Comments
 (0)