Skip to content

Commit

Permalink
Update protobuf-net to 2.1.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Mar 8, 2017
1 parent f24f7dc commit 6606eeb
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
1 change: 1 addition & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ let solution =
("Newtonsoft.Json", "") ] }
{ emptyProject with Name = "TemplateTable.Protobuf"
Folder = "./plugins/TemplateTable.Protobuf"
PackagePrerelease = "beta"
Dependencies =
[ ("TemplateTable", "")
("protobuf-net", "") ] } ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
<Private>True</Private>
</Reference>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\..\packages\protobuf-net.2.0.0.668\lib\net35\protobuf-net.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\packages\protobuf-net.2.1.0-alpha-1\lib\net30\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/TemplateTable.Protobuf.Net35/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NetLegacySupport.Tuple" version="1.1.1" targetFramework="net35" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net35" />
<package id="protobuf-net" version="2.1.0-alpha-1" targetFramework="net35" />
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="net35" developmentDependency="true" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\packages\protobuf-net.2.1.0-alpha-1\lib\net45\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
3 changes: 2 additions & 1 deletion plugins/TemplateTable.Protobuf.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net452" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net452" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="protobuf-net" version="2.1.0-alpha-1" targetFramework="net452" />
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="System.Collections" version="4.3.0" targetFramework="net452" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net452" />
Expand All @@ -18,6 +18,7 @@
<package id="System.Net.Primitives" version="4.3.0" targetFramework="net452" />
<package id="System.ObjectModel" version="4.3.0" targetFramework="net452" />
<package id="System.Reflection" version="4.3.0" targetFramework="net452" />
<package id="System.Reflection.Emit" version="4.3.0" targetFramework="net452" />
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="net452" />
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="net452" />
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="net452" />
Expand Down
3 changes: 1 addition & 2 deletions plugins/TemplateTable.Protobuf/TemplateTable.Protobuf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\packages\protobuf-net.2.1.0-alpha-1\lib\net45\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
3 changes: 2 additions & 1 deletion plugins/TemplateTable.Protobuf/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="protobuf-net" version="2.1.0-alpha-1" targetFramework="net452" />
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="System.Reflection.Emit" version="4.3.0" targetFramework="net452" />
</packages>
3 changes: 1 addition & 2 deletions samples/Basic/Basic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
<Private>True</Private>
</Reference>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\packages\protobuf-net.2.1.0-alpha-1\lib\net45\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
3 changes: 2 additions & 1 deletion samples/Basic/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="protobuf-net" version="2.1.0-alpha-1" targetFramework="net452" />
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="System.Reflection.Emit" version="4.3.0" targetFramework="net452" />
</packages>

0 comments on commit 6606eeb

Please sign in to comment.