Skip to content

Commit

Permalink
Updated nuspec generation to match netstandard way.
Browse files Browse the repository at this point in the history
  • Loading branch information
pruiz committed Dec 13, 2022
1 parent 34e71ac commit 3abbc97
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 38 deletions.
1 change: 1 addition & 0 deletions .msbuild/custom.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<PackageProjectUrl>https://github.com/pruiz/AberrantSMPP</PackageProjectUrl>
<PackageReleaseNotes>See changes for this revision at: https://github.com/pruiz/AberrantSMPP/commit/GIT_COMMIT</PackageReleaseNotes>
<RepositoryUrl>https://github.com/pruiz/AberrantSMPP</RepositoryUrl>
<Description>An Short Message Service Protocol (SMS/SMPP) library.</Description>
<RepositoryCommit>GIT_COMMIT</RepositoryCommit>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
5 changes: 0 additions & 5 deletions AberrantSMPP.Tests/AberrantSMPP.Tests.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<LangVersion>9</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Reference Update="System.Core">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AberrantSMPP\AberrantSMPP.csproj" />
</ItemGroup>
Expand Down
11 changes: 1 addition & 10 deletions AberrantSMPP.sln
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnixUtils", "UnixUtils", "{
Tools\UnixUtils\sed.exe = Tools\UnixUtils\sed.exe
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AberrantSMPP.Tests", "AberrantSMPP.Tests\AberrantSMPP.Tests.csproj", "{8C7AFCC5-AEF4-4E79-9A1E-330E19ACB959}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{11BEF2CE-ED05-40B7-8241-53AD3C5CE82D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Packages", "Packages", "{99427D87-ABCF-4A62-91B1-4822133B029C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{946069C5-ABA2-47AB-8BEE-7B84B130FFB9}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AberrantSMPP.Tests", "AberrantSMPP.Tests\AberrantSMPP.Tests.csproj", "{8C7AFCC5-AEF4-4E79-9A1E-330E19ACB959}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
1 change: 0 additions & 1 deletion AberrantSMPP/AberrantSMPP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<Compile Update="SMPPClient.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="SMPPCommunicator.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Facilities\" />
Expand Down
22 changes: 0 additions & 22 deletions AberrantSMPP/AberrantSMPP.nuspec

This file was deleted.

0 comments on commit 3abbc97

Please sign in to comment.