Skip to content

Commit 796e3c3

Browse files
committed
C#: Manual corrections to the generated stubs.
1 parent 0cf1e82 commit 796e3c3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/NHibernate/5.5.2/NHibernate.csproj
1+
semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/NHibernate/5.6.0/NHibernate.csproj

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/10.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.6.0/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.1.1/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/8.0.0/System.Configuration.ConfigurationManager.csproj" />
14+
<ProjectReference Include="../../System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.csproj" />
1515
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1616
</ItemGroup>
1717
</Project>

csharp/ql/test/resources/stubs/ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.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="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
10+
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
1111
<ProjectReference Include="../../ServiceStack.Common/10.0.4/ServiceStack.Common.csproj" />
1212
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1313
</ItemGroup>

csharp/ql/test/resources/stubs/System.Net.Http/4.1.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.0.1/Microsoft.NETCore.Platforms.csproj" />
1111
<ProjectReference Include="../../System.Collections/4.0.11/System.Collections.csproj" />
1212
<ProjectReference Include="../../System.Diagnostics.Debug/4.0.11/System.Diagnostics.Debug.csproj" />
13-
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/4.0.0/System.Diagnostics.DiagnosticSource.csproj" />
13+
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/6.0.1/System.Diagnostics.DiagnosticSource.csproj" />
1414
<ProjectReference Include="../../System.Diagnostics.Tracing/4.1.0/System.Diagnostics.Tracing.csproj" />
1515
<ProjectReference Include="../../System.Globalization/4.0.11/System.Globalization.csproj" />
1616
<ProjectReference Include="../../System.Globalization.Extensions/4.0.1/System.Globalization.Extensions.csproj" />

0 commit comments

Comments
 (0)