Skip to content

Commit 71c0096

Browse files
committed
Update packages to latest.
1 parent b066a93 commit 71c0096

File tree

19 files changed

+212
-94
lines changed

19 files changed

+212
-94
lines changed

core/TemplateTable.Net35/TemplateTable.Net35.csproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
<RunCodeAnalysis>true</RunCodeAnalysis>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="NetLegacySupport.Action, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\..\packages\NetLegacySupport.Action.1.1.0\lib\net35\NetLegacySupport.Action.dll</HintPath>
35+
<Reference Include="NetLegacySupport.Action, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b53845dedb3ed59d, processorArchitecture=MSIL">
36+
<HintPath>..\..\packages\NetLegacySupport.Action.1.1.1\lib\net35\NetLegacySupport.Action.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="NetLegacySupport.ConcurrentDictionary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\..\packages\NetLegacySupport.ConcurrentDictionary.1.1.0\lib\net35\NetLegacySupport.ConcurrentDictionary.dll</HintPath>
39+
<Reference Include="NetLegacySupport.ConcurrentDictionary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b53845dedb3ed59d, processorArchitecture=MSIL">
40+
<HintPath>..\..\packages\NetLegacySupport.ConcurrentDictionary.1.1.1\lib\net35\NetLegacySupport.ConcurrentDictionary.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
43-
<Reference Include="NetLegacySupport.Tuple, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\..\packages\NetLegacySupport.Tuple.1.1.0\lib\net35\NetLegacySupport.Tuple.dll</HintPath>
43+
<Reference Include="NetLegacySupport.Tuple, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b53845dedb3ed59d, processorArchitecture=MSIL">
44+
<HintPath>..\..\packages\NetLegacySupport.Tuple.1.1.1\lib\net35\NetLegacySupport.Tuple.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="System" />
@@ -69,7 +69,9 @@
6969
</Compile>
7070
</ItemGroup>
7171
<ItemGroup>
72-
<None Include="packages.config" />
72+
<None Include="packages.config">
73+
<SubType>Designer</SubType>
74+
</None>
7375
</ItemGroup>
7476
<ItemGroup>
7577
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.0.0\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NetLegacySupport.Action" version="1.1.0" targetFramework="net35" />
4-
<package id="NetLegacySupport.ConcurrentDictionary" version="1.1.0" targetFramework="net35" />
5-
<package id="NetLegacySupport.Tuple" version="1.1.0" targetFramework="net35" />
3+
<package id="NetLegacySupport.Action" version="1.1.1" targetFramework="net35" />
4+
<package id="NetLegacySupport.ConcurrentDictionary" version="1.1.1" targetFramework="net35" />
5+
<package id="NetLegacySupport.Tuple" version="1.1.1" targetFramework="net35" />
66
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="net35" developmentDependency="true" />
77
</packages>

core/TemplateTable.Tests/TemplateTable.Tests.csproj

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
3+
<Import Project="..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -10,12 +10,13 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>TemplateTable.Tests</RootNamespace>
1212
<AssemblyName>TemplateTable.Tests</AssemblyName>
13-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1616
<NuGetPackageImportStamp>
1717
</NuGetPackageImportStamp>
1818
<CodeAnalysisRuleSet>..\..\CodeAnalysis.ruleset</CodeAnalysisRuleSet>
19+
<TargetFrameworkProfile />
1920
</PropertyGroup>
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2122
<DebugSymbols>true</DebugSymbols>
@@ -37,28 +38,31 @@
3738
</PropertyGroup>
3839
<ItemGroup>
3940
<Reference Include="System" />
41+
<Reference Include="System.ComponentModel.Composition" />
4042
<Reference Include="System.Core" />
43+
<Reference Include="System.IO.Compression" />
44+
<Reference Include="System.Numerics" />
45+
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
46+
<HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
47+
</Reference>
4148
<Reference Include="System.Xml.Linq" />
4249
<Reference Include="System.Data.DataSetExtensions" />
4350
<Reference Include="Microsoft.CSharp" />
4451
<Reference Include="System.Data" />
4552
<Reference Include="System.Net.Http" />
4653
<Reference Include="System.Xml" />
4754
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
48-
<HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
55+
<HintPath>..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath>
4956
<Private>True</Private>
5057
</Reference>
51-
<Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
52-
<HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
53-
<Private>True</Private>
58+
<Reference Include="xunit.assert, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
59+
<HintPath>..\..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath>
5460
</Reference>
55-
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
56-
<HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
57-
<Private>True</Private>
61+
<Reference Include="xunit.core, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
62+
<HintPath>..\..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath>
5863
</Reference>
59-
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
60-
<HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
61-
<Private>True</Private>
64+
<Reference Include="xunit.execution.desktop, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
65+
<HintPath>..\..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath>
6266
</Reference>
6367
</ItemGroup>
6468
<ItemGroup>
@@ -67,7 +71,9 @@
6771
<Compile Include="TestObject.cs" />
6872
</ItemGroup>
6973
<ItemGroup>
70-
<None Include="packages.config" />
74+
<None Include="packages.config">
75+
<SubType>Designer</SubType>
76+
</None>
7177
</ItemGroup>
7278
<ItemGroup>
7379
<ProjectReference Include="..\TemplateTable\TemplateTable.csproj">
@@ -88,7 +94,7 @@
8894
<PropertyGroup>
8995
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
9096
</PropertyGroup>
91-
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
97+
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props'))" />
9298
</Target>
9399
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94100
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,43 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net452" />
4+
<package id="NETStandard.Library" version="1.6.1" targetFramework="net452" />
35
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="net45" developmentDependency="true" />
4-
<package id="xunit" version="2.1.0" targetFramework="net45" />
5-
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
6-
<package id="xunit.assert" version="2.1.0" targetFramework="net45" />
7-
<package id="xunit.core" version="2.1.0" targetFramework="net45" />
8-
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
9-
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
10-
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
6+
<package id="System.Collections" version="4.3.0" targetFramework="net452" />
7+
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net452" />
8+
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net452" />
9+
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net452" />
10+
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="net452" />
11+
<package id="System.Globalization" version="4.3.0" targetFramework="net452" />
12+
<package id="System.IO" version="4.3.0" targetFramework="net452" />
13+
<package id="System.IO.Compression" version="4.3.0" targetFramework="net452" />
14+
<package id="System.Linq" version="4.3.0" targetFramework="net452" />
15+
<package id="System.Linq.Expressions" version="4.3.0" targetFramework="net452" />
16+
<package id="System.Net.Http" version="4.3.1" targetFramework="net452" />
17+
<package id="System.Net.Primitives" version="4.3.0" targetFramework="net452" />
18+
<package id="System.ObjectModel" version="4.3.0" targetFramework="net452" />
19+
<package id="System.Reflection" version="4.3.0" targetFramework="net452" />
20+
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="net452" />
21+
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="net452" />
22+
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="net452" />
23+
<package id="System.Runtime" version="4.3.0" targetFramework="net452" />
24+
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net452" />
25+
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net452" />
26+
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net452" />
27+
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net452" />
28+
<package id="System.Text.Encoding" version="4.3.0" targetFramework="net452" />
29+
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net452" />
30+
<package id="System.Text.RegularExpressions" version="4.3.0" targetFramework="net452" />
31+
<package id="System.Threading" version="4.3.0" targetFramework="net452" />
32+
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net452" />
33+
<package id="System.Threading.Timer" version="4.3.0" targetFramework="net452" />
34+
<package id="System.Xml.ReaderWriter" version="4.3.0" targetFramework="net452" />
35+
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net452" />
36+
<package id="xunit" version="2.2.0" targetFramework="net452" />
37+
<package id="xunit.abstractions" version="2.0.1" targetFramework="net452" />
38+
<package id="xunit.assert" version="2.2.0" targetFramework="net452" />
39+
<package id="xunit.core" version="2.2.0" targetFramework="net452" />
40+
<package id="xunit.extensibility.core" version="2.2.0" targetFramework="net452" />
41+
<package id="xunit.extensibility.execution" version="2.2.0" targetFramework="net452" />
42+
<package id="xunit.runner.visualstudio" version="2.2.0" targetFramework="net452" developmentDependency="true" />
1143
</packages>

core/TemplateTable/TemplateTable.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>TemplateTable</RootNamespace>
1111
<AssemblyName>TemplateTable</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<CodeAnalysisRuleSet>..\..\CodeAnalysis.ruleset</CodeAnalysisRuleSet>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>true</DebugSymbols>

plugins/TemplateTable.Json.Net35/TemplateTable.Json.Net35.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<RunCodeAnalysis>true</RunCodeAnalysis>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="NetLegacySupport.Tuple, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\..\packages\NetLegacySupport.Tuple.1.1.0\lib\net35\NetLegacySupport.Tuple.dll</HintPath>
35+
<Reference Include="NetLegacySupport.Tuple, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b53845dedb3ed59d, processorArchitecture=MSIL">
36+
<HintPath>..\..\packages\NetLegacySupport.Tuple.1.1.1\lib\net35\NetLegacySupport.Tuple.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
40-
<HintPath>..\..\packages\Newtonsoft.Json.8.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>
39+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
40+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="System" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NetLegacySupport.Tuple" version="1.1.0" targetFramework="net35" />
4-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net35" />
3+
<package id="NetLegacySupport.Tuple" version="1.1.1" targetFramework="net35" />
4+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net35" />
55
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="net35" developmentDependency="true" />
66
</packages>

0 commit comments

Comments
 (0)