Skip to content

Commit 3adc8ed

Browse files
committed
C#: Manual corrections to the generated stubs.
1 parent 10044ca commit 3adc8ed

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
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/Azure.Identity/1.14.2/Azure.Identity.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="../../Azure.Core/1.46.1/Azure.Core.csproj" />
10+
<ProjectReference Include="../../Azure.Core/1.47.1/Azure.Core.csproj" />
1111
<ProjectReference Include="../../Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.csproj" />
1212
<ProjectReference Include="../../Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.csproj" />
1313
<ProjectReference Include="../../System.Memory/4.5.5/System.Memory.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/Microsoft.Data.SqlClient/6.1.3/Microsoft.Data.SqlClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ProjectReference Include="../../Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.csproj" />
1616
<ProjectReference Include="../../Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj" />
1717
<ProjectReference Include="../../Microsoft.SqlServer.Server/1.0.0/Microsoft.SqlServer.Server.csproj" />
18-
<ProjectReference Include="../../System.Configuration.ConfigurationManager/9.0.4/System.Configuration.ConfigurationManager.csproj" />
18+
<ProjectReference Include="../../System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.csproj" />
1919
<ProjectReference Include="../../System.Security.Cryptography.Pkcs/9.0.4/System.Security.Cryptography.Pkcs.csproj" />
2020
<ProjectReference Include="../../System.Text.Json/9.0.5/System.Text.Json.csproj" />
2121
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />

csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Abstractions/9.0.4/Microsoft.Extensions.Caching.Abstractions.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.Primitives/9.0.4/Microsoft.Extensions.Primitives.csproj" />
10+
<ProjectReference Include="../../Microsoft.Extensions.Primitives/10.0.0/Microsoft.Extensions.Primitives.csproj" />
1111
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1212
</ItemGroup>
1313
</Project>

csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Memory/9.0.4/Microsoft.Extensions.Caching.Memory.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="../../Microsoft.Extensions.Caching.Abstractions/9.0.4/Microsoft.Extensions.Caching.Abstractions.csproj" />
11-
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
12-
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/9.0.4/Microsoft.Extensions.Logging.Abstractions.csproj" />
13-
<ProjectReference Include="../../Microsoft.Extensions.Options/9.0.4/Microsoft.Extensions.Options.csproj" />
14-
<ProjectReference Include="../../Microsoft.Extensions.Primitives/9.0.4/Microsoft.Extensions.Primitives.csproj" />
11+
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
12+
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/10.0.0/Microsoft.Extensions.Logging.Abstractions.csproj" />
13+
<ProjectReference Include="../../Microsoft.Extensions.Options/10.0.0/Microsoft.Extensions.Options.csproj" />
14+
<ProjectReference Include="../../Microsoft.Extensions.Primitives/10.0.0/Microsoft.Extensions.Primitives.csproj" />
1515
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1616
</ItemGroup>
1717
</Project>

csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="../../Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.csproj" />
11-
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/4.5.0/System.Security.Cryptography.ProtectedData.csproj" />
11+
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/10.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/Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.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.IdentityModel.Abstractions/6.35.0/Microsoft.IdentityModel.Abstractions.csproj" />
10+
<ProjectReference Include="../../Microsoft.IdentityModel.Abstractions/7.7.1/Microsoft.IdentityModel.Abstractions.csproj" />
1111
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/6.0.1/System.Diagnostics.DiagnosticSource.csproj" />
1212
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1313
</ItemGroup>

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>

0 commit comments

Comments
 (0)