Skip to content

Commit

Permalink
Bump nuget plugin to fix nupkg files
Browse files Browse the repository at this point in the history
  • Loading branch information
gluck committed Oct 6, 2015
1 parent 8399607 commit 8b1e32f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ILRepack/ILRepack.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -172,4 +172,4 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -2,7 +2,7 @@ import org.gradle.internal.os.OperatingSystem

plugins {
id "com.ullink.msbuild" version "2.10"
id "com.ullink.nuget" version "2.10"
id "com.ullink.nuget" version "2.11"
id "com.ullink.nunit" version "1.2"
id "com.ullink.opencover" version "1.1"
}
Expand Down

0 comments on commit 8b1e32f

Please sign in to comment.