Skip to content

Commit

Permalink
Update Nuget key and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
twenzel committed Nov 6, 2018
1 parent 688a0b1 commit 302907a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ deploy:
- provider: NuGet
artifact: /NuGet/
api_key:
secure: 9TkjeCcDKZFuOh14CsGO9wMsuK3ZAslo1v6t9wYtFqx3x3gkontt7DCmfGV94B4l
secure: xFkbZspx5hGOQ60cBdK3aP6W0iO0k+g8BfH0lQdfuOnIrf41nYJX475mSBN2US4s
on:
branch: master
4 changes: 2 additions & 2 deletions src/WebOptimizer.Dotless.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotless.Core" Version="1.6.0.1" />
<PackageReference Include="dotless.Core" Version="1.6.7" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="1.0.201" />
</ItemGroup>

Expand Down
13 changes: 8 additions & 5 deletions test/WebOptimizer.Dotless.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="2.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="Moq" Version="4.8.2" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="2.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Moq" Version="4.10.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="1.0.201" />
</ItemGroup>

Expand Down

0 comments on commit 302907a

Please sign in to comment.