Skip to content

Commit

Permalink
fix: Moved nuget config von unit test csproj to correct project.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-meyer authored May 19, 2023
1 parent 7b54ea1 commit 345d66c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<PropertyGroup>
<PackageId>Pulsar.Blinkenlights.Bspline.netstandard</PackageId>
<Description>
Conversion of the Blinkenlights.Bspline package https://bitbucket.org/pgrebenc/b-spline from net4.6 to netstandard1.0
For more information see https://github.com/Pulsar-Photonics/Blinkenlights.Bspline.netstandard
</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/Pulsar-Photonics/Blinkenlights.Bspline.netstandard/main/LICENSE</PackageLicenseUrl>
<Title>Blinkenlights.Bspline.netstandard</Title>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Pulsar-Photonics/Blinkenlights.Bspline.netstandard</RepositoryUrl>
<PackageProjectUrl>https://github.com/Pulsar-Photonics/Blinkenlights.Bspline.netstandard</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0"/>
<PackageReference Include="NUnit" Version="3.13.3"/>
Expand Down
13 changes: 13 additions & 0 deletions Source/Blinkenlights.Splines/Blinkenlights.Splines.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,17 @@
<TargetFramework>netstandard1.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<PackageId>Pulsar.Blinkenlights.BSpline.netstandard</PackageId>
<Description>
Conversion of the Blinkenlights.BSpline package https://bitbucket.org/pgrebenc/b-spline from net4.6 to netstandard1.0
For more information see https://github.com/Pulsar-Photonics/Blinkenlights.Bspline.netstandard
</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/Pulsar-Photonics/Blinkenlights.Bspline.netstandard/main/LICENSE</PackageLicenseUrl>
<Title>Pulsar Blinkenlights-Bspline for netstandard</Title>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Pulsar-Photonics/Blinkenlights.Bspline.netstandard</RepositoryUrl>
<PackageProjectUrl>https://github.com/Pulsar-Photonics/Blinkenlights.Bspline.netstandard</PackageProjectUrl>
</PropertyGroup>

</Project>

0 comments on commit 345d66c

Please sign in to comment.