Skip to content

Commit

Permalink
fix nuget warnings/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
feinoujc committed Feb 17, 2020
1 parent b2f08fe commit f6d0ee9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
- run: dotnet restore
- name: test
env:
Expand All @@ -37,8 +35,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100

- name: Extract tag version
run: |
Expand Down
8 changes: 7 additions & 1 deletion src/Mandrill.net/Mandrill.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@
<AssemblyOriginatorKeyFile>..\..\Mandrill.net.snk</AssemblyOriginatorKeyFile>
<PackageId>Mandrill.net</PackageId>
<PackageTags>mandrill;mailchimp;mail</PackageTags>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/feinoujc/Mandrill.net/master/logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/feinoujc/Mandrill.net</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/feinoujc/Mandrill.net/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/feinoujc/Mandrill.net</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath=""/>
</ItemGroup>


<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[12.0.1,)" />
Expand Down
File renamed without changes

0 comments on commit f6d0ee9

Please sign in to comment.