Skip to content

Commit 2c08032

Browse files
committed
Updating:
- AWSSDK.Core to 3.3.21.20 - AWSSDK.SQS to 3.3.3.5 - Castle.Core to 4.2.1 - Castle.Windsor to 4.1.0 - EntityFramework to 6.2.0 - EPPlus to 4.5.1 - Microsoft.IdentityModel.Logging to 5.2.1 - Microsoft.IdentityModel.Tokens to 5.2.1 - Microting.eForm to 2.1.156 - Newtonsoft.Json to 11.0.2 - Rebus.Castle.Windsor to 4.1.0 - System.IdentityModel.Tokens.Jwt to 5.2.1
1 parent b8eda62 commit 2c08032

File tree

9 files changed

+64
-56
lines changed

9 files changed

+64
-56
lines changed

eFormAPI/eFormAPI/Web.config

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
-->
66
<configuration>
77
<configSections>
8-
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
98
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
9+
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
1010
</configSections>
1111
<connectionStrings>
1212
<add name="eFormMainConnection" connectionString="" providerName="System.Data.SqlClient" />
@@ -66,7 +66,7 @@
6666
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
6767
<dependentAssembly>
6868
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
69-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
69+
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
7070
</dependentAssembly>
7171
<dependentAssembly>
7272
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
@@ -125,15 +125,17 @@
125125
<entityFramework>
126126
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
127127
<providers>
128+
<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider>
128129
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
129-
<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider></providers>
130+
</providers>
130131
</entityFramework>
131132
<system.codedom>
132133
<compilers />
133134
</system.codedom>
134-
<system.data>
135+
<system.data>
135136
<DbProviderFactories>
136137
<remove invariant="MySql.Data.MySqlClient" />
137138
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
138139
</DbProviderFactories>
139-
</system.data></configuration>
140+
</system.data>
141+
</configuration>

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -68,28 +68,28 @@
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
71-
<HintPath>..\packages\AWSSDK.Core.3.3.18.1\lib\net45\AWSSDK.Core.dll</HintPath>
71+
<HintPath>..\packages\AWSSDK.Core.3.3.21.20\lib\net45\AWSSDK.Core.dll</HintPath>
7272
</Reference>
7373
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
74-
<HintPath>..\packages\AWSSDK.SQS.3.3.3\lib\net45\AWSSDK.SQS.dll</HintPath>
74+
<HintPath>..\packages\AWSSDK.SQS.3.3.3.5\lib\net45\AWSSDK.SQS.dll</HintPath>
7575
</Reference>
7676
<Reference Include="Base32, Version=1.0.0.26, Culture=neutral, PublicKeyToken=3427d4dc8cee30c6, processorArchitecture=MSIL">
7777
<HintPath>..\packages\Base32.1.0.0.26\lib\portable-net40+sl40+win+wp80\Base32.dll</HintPath>
7878
</Reference>
7979
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
80-
<HintPath>..\packages\Castle.Core.4.0.0\lib\net45\Castle.Core.dll</HintPath>
80+
<HintPath>..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath>
8181
</Reference>
8282
<Reference Include="Castle.Windsor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
83-
<HintPath>..\packages\Castle.Windsor.4.0.0\lib\net45\Castle.Windsor.dll</HintPath>
83+
<HintPath>..\packages\Castle.Windsor.4.1.0\lib\net45\Castle.Windsor.dll</HintPath>
8484
</Reference>
8585
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
86-
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
86+
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
8787
</Reference>
8888
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
89-
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
89+
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
9090
</Reference>
91-
<Reference Include="EPPlus, Version=4.1.1.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
92-
<HintPath>..\packages\EPPlus.4.1.1\lib\net40\EPPlus.dll</HintPath>
91+
<Reference Include="EPPlus, Version=4.5.1.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
92+
<HintPath>..\packages\EPPlus.4.5.1\lib\net40\EPPlus.dll</HintPath>
9393
</Reference>
9494
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9595
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
@@ -101,11 +101,11 @@
101101
<HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
102102
</Reference>
103103
<Reference Include="Microsoft.CSharp" />
104-
<Reference Include="Microsoft.IdentityModel.Logging, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
105-
<HintPath>..\packages\Microsoft.IdentityModel.Logging.1.1.4\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
104+
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
105+
<HintPath>..\packages\Microsoft.IdentityModel.Logging.5.2.1\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath>
106106
</Reference>
107-
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108-
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.1.4\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
107+
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108+
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.2.1\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath>
109109
</Reference>
110110
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
111111
<EmbedInteropTypes>True</EmbedInteropTypes>
@@ -130,18 +130,17 @@
130130
<Reference Include="Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
131131
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
132132
</Reference>
133-
<Reference Include="Microting.eForm, Version=2.1.147.0, Culture=neutral, processorArchitecture=AMD64">
134-
<HintPath>..\packages\Microting.eForm.2.1.147\lib\net45\Microting.eForm.dll</HintPath>
133+
<Reference Include="Microting.eForm, Version=2.1.156.0, Culture=neutral, processorArchitecture=AMD64">
134+
<HintPath>..\packages\Microting.eForm.2.1.156\lib\net45\Microting.eForm.dll</HintPath>
135135
</Reference>
136136
<Reference Include="MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d">
137137
<HintPath>..\packages\MySql.Data.6.9.11\lib\net45\MySql.Data.dll</HintPath>
138138
</Reference>
139139
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d">
140140
<HintPath>..\packages\MySql.Data.Entity.6.9.11\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
141141
</Reference>
142-
<Reference Include="Newtonsoft.Json">
143-
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
144-
<Private>True</Private>
142+
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
143+
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
145144
</Reference>
146145
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
147146
<HintPath>..\packages\NLog.4.4.11\lib\net45\NLog.dll</HintPath>
@@ -152,11 +151,12 @@
152151
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
153152
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
154153
</Reference>
154+
<Reference Include="PresentationCore" />
155155
<Reference Include="Rebus, Version=4.2.1.0, Culture=neutral, processorArchitecture=MSIL">
156156
<HintPath>..\packages\Rebus.4.2.1\lib\net45\Rebus.dll</HintPath>
157157
</Reference>
158-
<Reference Include="Rebus.CastleWindsor, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
159-
<HintPath>..\packages\Rebus.Castle.Windsor.4.0.0\lib\net45\Rebus.CastleWindsor.dll</HintPath>
158+
<Reference Include="Rebus.CastleWindsor, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
159+
<HintPath>..\packages\Rebus.Castle.Windsor.4.1.0\lib\net45\Rebus.CastleWindsor.dll</HintPath>
160160
</Reference>
161161
<Reference Include="Rebus.SqlServer, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
162162
<HintPath>..\packages\Rebus.SqlServer.4.0.0\lib\net45\Rebus.SqlServer.dll</HintPath>
@@ -169,11 +169,13 @@
169169
<Reference Include="System.Data.DataSetExtensions" />
170170
<Reference Include="System.Drawing" />
171171
<Reference Include="System.IdentityModel" />
172-
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
173-
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.1.4\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
172+
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
173+
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.2.1\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath>
174174
</Reference>
175175
<Reference Include="System.IO.Compression" />
176176
<Reference Include="System.IO.Compression.FileSystem" />
177+
<Reference Include="System.Runtime.Remoting" />
178+
<Reference Include="System.Security" />
177179
<Reference Include="System.Transactions" />
178180
<Reference Include="System.Web.Cors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
179181
<HintPath>..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
@@ -399,7 +401,7 @@
399401
</EmbeddedResource>
400402
</ItemGroup>
401403
<ItemGroup>
402-
<Analyzer Include="..\packages\AWSSDK.SQS.3.3.3\analyzers\dotnet\cs\AWSSDK.SQS.CodeAnalysis.dll" />
404+
<Analyzer Include="..\packages\AWSSDK.SQS.3.3.3.5\analyzers\dotnet\cs\AWSSDK.SQS.CodeAnalysis.dll" />
403405
</ItemGroup>
404406
<ItemGroup />
405407
<PropertyGroup>

eFormAPI/eFormAPI/packages.config

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<package id="Autofac" version="4.6.0" targetFramework="net46" />
55
<package id="Autofac.WebApi2" version="4.0.1" targetFramework="net46" />
66
<package id="AutoMapper" version="6.1.1" targetFramework="net46" />
7-
<package id="AWSSDK.Core" version="3.3.18.1" targetFramework="net46" />
8-
<package id="AWSSDK.SQS" version="3.3.3" targetFramework="net46" />
7+
<package id="AWSSDK.Core" version="3.3.21.20" targetFramework="net461" />
8+
<package id="AWSSDK.SQS" version="3.3.3.5" targetFramework="net461" />
99
<package id="Base32" version="1.0.0.26" targetFramework="net461" />
1010
<package id="bootstrap" version="3.3.7" targetFramework="net46" />
11-
<package id="Castle.Core" version="4.0.0" targetFramework="net46" />
12-
<package id="Castle.Windsor" version="4.0.0" targetFramework="net46" />
13-
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
14-
<package id="EPPlus" version="4.1.1" targetFramework="net46" />
11+
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
12+
<package id="Castle.Windsor" version="4.1.0" targetFramework="net461" />
13+
<package id="EntityFramework" version="6.2.0" targetFramework="net461" />
14+
<package id="EPPlus" version="4.5.1" targetFramework="net461" />
1515
<package id="jQuery" version="3.1.1" targetFramework="net46" />
1616
<package id="Microsoft.AspNet.Cors" version="5.0.0" targetFramework="net46" />
1717
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net46" />
@@ -28,8 +28,8 @@
2828
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net46" />
2929
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net46" />
3030
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.5" targetFramework="net46" />
31-
<package id="Microsoft.IdentityModel.Logging" version="1.1.4" targetFramework="net46" />
32-
<package id="Microsoft.IdentityModel.Tokens" version="5.1.4" targetFramework="net46" />
31+
<package id="Microsoft.IdentityModel.Logging" version="5.2.1" targetFramework="net461" />
32+
<package id="Microsoft.IdentityModel.Tokens" version="5.2.1" targetFramework="net461" />
3333
<package id="Microsoft.Net.Compilers" version="2.3.0" targetFramework="net46" developmentDependency="true" />
3434
<package id="Microsoft.Office.Interop.Excel" version="15.0.4795.1000" targetFramework="net46" />
3535
<package id="Microsoft.Owin" version="3.1.0" targetFramework="net46" />
@@ -39,22 +39,22 @@
3939
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
4040
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
4141
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
42-
<package id="Microting.eForm" version="2.1.147" targetFramework="net461" />
42+
<package id="Microting.eForm" version="2.1.156" targetFramework="net461" />
4343
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
4444
<package id="MySql.Data" version="6.9.11" targetFramework="net46" />
4545
<package id="MySql.Data.Entity" version="6.9.11" targetFramework="net46" />
46-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />
46+
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
4747
<package id="NLog" version="4.4.11" targetFramework="net46" />
4848
<package id="NLog.Config" version="4.4.11" targetFramework="net46" />
4949
<package id="NLog.Schema" version="4.4.11" targetFramework="net46" />
5050
<package id="OtpSharp" version="1.3.0.4" targetFramework="net461" />
5151
<package id="Owin" version="1.0" targetFramework="net46" />
5252
<package id="Rebus" version="4.2.1" targetFramework="net46" />
53-
<package id="Rebus.Castle.Windsor" version="4.0.0" targetFramework="net46" />
53+
<package id="Rebus.Castle.Windsor" version="4.1.0" targetFramework="net461" />
5454
<package id="Rebus.SqlServer" version="4.0.0" targetFramework="net46" />
5555
<package id="Respond" version="1.4.2" targetFramework="net46" />
5656
<package id="Swashbuckle.Core" version="5.6.0" targetFramework="net46" />
57-
<package id="System.IdentityModel.Tokens.Jwt" version="5.1.4" targetFramework="net46" />
57+
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.1" targetFramework="net461" />
5858
<package id="WebActivatorEx" version="2.0" targetFramework="net46" />
5959
<package id="WebGrease" version="1.6.0" targetFramework="net46" />
6060
</packages>

eFormAPI/eFormApi.Integration.Tests/eFormApi.Integration.Tests.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props')" />
3+
<Import Project="..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" />
4+
<Import Project="..\packages\NUnit.3.10.1\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" />
45
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
56
<PropertyGroup>
67
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -52,8 +53,8 @@
5253
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5354
</PropertyGroup>
5455
<ItemGroup>
55-
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
56-
<HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
56+
<Reference Include="nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
57+
<HintPath>..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath>
5758
</Reference>
5859
<Reference Include="System" />
5960
<Reference Include="System.Core" />
@@ -86,6 +87,7 @@
8687
<PropertyGroup>
8788
<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>
8889
</PropertyGroup>
89-
<Error Condition="!Exists('..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props'))" />
90+
<Error Condition="!Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.10.1\build\NUnit.props'))" />
91+
<Error Condition="!Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props'))" />
9092
</Target>
9193
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.9.0" targetFramework="net45" />
4-
<package id="NUnit3TestAdapter" version="3.9.0" targetFramework="net45" />
3+
<package id="NUnit" version="3.10.1" targetFramework="net461" />
4+
<package id="NUnit3TestAdapter" version="3.10.0" targetFramework="net461" />
55
</packages>

0 commit comments

Comments
 (0)