Skip to content

Commit 6593ffc

Browse files
committed
C#: Manually adjust some of the project dependencies.
1 parent 8e0f253 commit 6593ffc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<ProjectReference Include="../../Microsoft.CSharp/4.7.0/Microsoft.CSharp.csproj" />
1111
<ProjectReference Include="../../System.CodeDom/6.0.0/System.CodeDom.csproj" />
1212
<ProjectReference Include="../../System.ComponentModel.Annotations/5.0.0/System.ComponentModel.Annotations.csproj" />
13-
<ProjectReference Include="../../System.Configuration.ConfigurationManager/6.0.1/System.Configuration.ConfigurationManager.csproj" />
14-
<ProjectReference Include="../../System.Data.SqlClient/4.8.6/System.Data.SqlClient.csproj" />
13+
<ProjectReference Include="../../System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj" />
14+
<ProjectReference Include="../../System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj" />
1515
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1616
</ItemGroup>
1717
</Project>

csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ProjectReference Include="../../Iesi.Collections/4.0.4/Iesi.Collections.csproj" />
1212
<ProjectReference Include="../../Remotion.Linq/2.2.0/Remotion.Linq.csproj" />
1313
<ProjectReference Include="../../Remotion.Linq.EagerFetching/2.2.0/Remotion.Linq.EagerFetching.csproj" />
14-
<ProjectReference Include="../../System.Configuration.ConfigurationManager/6.0.0/System.Configuration.ConfigurationManager.csproj" />
14+
<ProjectReference Include="../../System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.csproj" />
1515
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1616
</ItemGroup>
1717
</Project>

csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="../../System.Diagnostics.EventLog/8.0.0/System.Diagnostics.EventLog.csproj" />
11-
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/8.0.0/System.Security.Cryptography.ProtectedData.csproj" />
10+
<ProjectReference Include="../../System.Diagnostics.EventLog/9.0.1/System.Diagnostics.EventLog.csproj" />
11+
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj" />
1212
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1313
</ItemGroup>
1414
</Project>

csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="../../EntityFramework/6.4.4/EntityFramework.csproj" />
10+
<ProjectReference Include="../../EntityFramework/6.5.1/EntityFramework.csproj" />
1111
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1212
</ItemGroup>
1313
</Project>

csharp/ql/test/resources/stubs/System.Net.Http/4.3.0/System.Net.Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
1111
<ProjectReference Include="../../System.Collections/4.3.0/System.Collections.csproj" />
1212
<ProjectReference Include="../../System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj" />
13-
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/6.0.0/System.Diagnostics.DiagnosticSource.csproj" />
13+
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.csproj" />
1414
<ProjectReference Include="../../System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj" />
1515
<ProjectReference Include="../../System.Globalization/4.3.0/System.Globalization.csproj" />
1616
<ProjectReference Include="../../System.Globalization.Extensions/4.3.0/System.Globalization.Extensions.csproj" />

0 commit comments

Comments
 (0)