Skip to content

Commit

Permalink
Downgraded MSBuild for AsyncGenerator project to latest stable releas…
Browse files Browse the repository at this point in the history
…e in order to be able to publish as stable
  • Loading branch information
maca88 committed Nov 4, 2017
1 parent 125b9c5 commit 51f5781
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>AsyncGenerator.CommandLine</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/AsyncGenerator.CommandLine/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="ManagedEsent" version="1.9.4" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.Build" version="15.5.0-preview-000170-1090113" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.Build.Framework" version="15.5.0-preview-000170-1090113" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.Build.MSBuildLocator" version="1.0.1-preview-g6cd9a57801" targetFramework="net46" />
<package id="Microsoft.Build.MSBuildLocator" version="1.0.1-preview-g6cd9a57801" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.Build.Tasks.Core" version="15.5.0-preview-000170-1090113" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.Build.Utilities.Core" version="15.5.0-preview-000170-1090113" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="net46" developmentDependency="true" />
Expand Down
8 changes: 4 additions & 4 deletions Source/AsyncGenerator/AsyncGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build">
<HintPath>..\packages\Microsoft.Build.15.5.0-preview-000170-1090113\lib\net46\Microsoft.Build.dll</HintPath>
<Reference Include="Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Build.15.3.409\lib\net46\Microsoft.Build.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Build.Framework">
<HintPath>..\packages\Microsoft.Build.Framework.15.5.0-preview-000170-1090113\lib\net46\Microsoft.Build.Framework.dll</HintPath>
<Reference Include="Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Build.Framework.15.3.409\lib\net46\Microsoft.Build.Framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CodeAnalysis, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions Source/AsyncGenerator/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<packages>
<package id="log4net" version="2.0.8" targetFramework="net46" />
<package id="ManagedEsent" version="1.9.4" targetFramework="net46" />
<package id="Microsoft.Build" version="15.5.0-preview-000170-1090113" targetFramework="net46" />
<package id="Microsoft.Build.Framework" version="15.5.0-preview-000170-1090113" targetFramework="net46" />
<package id="Microsoft.Build" version="15.3.409" targetFramework="net46" />
<package id="Microsoft.Build.Framework" version="15.3.409" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.Common" version="2.3.1" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.CSharp" version="2.3.1" targetFramework="net46" />
Expand Down
2 changes: 1 addition & 1 deletion Tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.20.0" />
<package id="Cake" version="0.23.0" />
</packages>

0 comments on commit 51f5781

Please sign in to comment.