Skip to content

Commit 9905ada

Browse files
claudiamurialdocmurialdo
authored andcommitted
Downgrade from 6.7.1 to 6.5.1 to avoid SecurityError in Mediumtrust (#186)
1 parent 83800ca commit 9905ada

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dotnet/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<MinorFileVersion>6</MinorFileVersion>
77
<RevisionFileVersion Condition="'$(CommitNumber)'!=''">$(CommitNumber)</RevisionFileVersion>
88
<RevisionFileVersion Condition="'$(CommitNumber)'==''">0</RevisionFileVersion>
9-
<FileVersionWithoutRevision>$(MajorFileVersion).$(MinorFileVersion).8</FileVersionWithoutRevision>
9+
<FileVersionWithoutRevision>$(MajorFileVersion).$(MinorFileVersion).9</FileVersionWithoutRevision>
1010
<FileVersion>$(FileVersionWithoutRevision).$(RevisionFileVersion)</FileVersion>
1111
<InformationalVersion>$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss")).$(GITHUB_SHA)</InformationalVersion>
1212
<Company>GeneXus</Company>

dotnet/src/dotnetcore/GxClasses/GxClasses.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
<PackageReference Include="Sandwych.GeographicLib" Version="1.49.3" PrivateAssets="All" />
149149
<PackageReference Include="Stubble.Core" Version="1.8.4" />
150150
<PackageReference Include="System.DirectoryServices" Version="4.7.0" PrivateAssets="All" />
151-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.7.1" PrivateAssets="All" />
152-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.7.1" PrivateAssets="All" />
151+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.5.1" PrivateAssets="All" />
152+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.5.1" PrivateAssets="All" />
153153
</ItemGroup>
154154

155155
<ItemGroup>

dotnet/src/dotnetframework/GxClasses/GxClasses.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
44
<RootNamespace>GxClasses</RootNamespace>
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.7.1" />
13-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.7.1" />
12+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.5.1" />
13+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.5.1" />
1414
<PackageReference Include="Microsoft.Win32.Registry" Version="4.3.0" />
1515
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
1616
<PackageReference Include="Nustache" Version="1.16.0.10" />

0 commit comments

Comments
 (0)