File tree 3 files changed +4
-4
lines changed
src/Identity/Extensions.Stores/src 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 384
384
<Uri >https://github.com/dotnet/runtime</Uri >
385
385
<Sha >5fd3f22b98cb0d126e4f6328f5a0bf922a532f69</Sha >
386
386
</Dependency >
387
- <Dependency Name =" System.Drawing.Common" Version =" 9 .0.0-rc .1.24411.4 " >
387
+ <Dependency Name =" System.Drawing.Common" Version =" 10 .0.0-alpha .1.24425.1 " >
388
388
<Uri >https://github.com/dotnet/winforms</Uri >
389
- <Sha >382ad3e43a8e9c81fbb738940a33cdc0f6442a59 </Sha >
389
+ <Sha >42fd47aeb558bb47d5cec60e854da11203df8953 </Sha >
390
390
</Dependency >
391
391
<Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24421.2" >
392
392
<Uri >https://github.com/dotnet/arcade</Uri >
Original file line number Diff line number Diff line change 176
176
<!-- Packages from dotnet/symreader -->
177
177
<MicrosoftSourceBuildIntermediatesymreaderVersion >2.2.0-beta.24327.2</MicrosoftSourceBuildIntermediatesymreaderVersion >
178
178
<!-- Packages from dotnet/winforms -->
179
- <SystemDrawingCommonVersion >9 .0.0-rc .1.24411.4 </SystemDrawingCommonVersion >
179
+ <SystemDrawingCommonVersion >10 .0.0-alpha .1.24425.1 </SystemDrawingCommonVersion >
180
180
<!-- Packages from dotnet/xdt -->
181
181
<MicrosoftWebXdtVersion >9.0.0-preview.24317.2</MicrosoftWebXdtVersion >
182
182
<MicrosoftSourceBuildIntermediatexdtVersion >9.0.0-preview.24317.2</MicrosoftSourceBuildIntermediatexdtVersion >
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public IdentityRole(string roleName) : this()
72
72
/// <summary>
73
73
/// A random value that should change whenever a role is persisted to the store
74
74
/// </summary>
75
- public virtual string ? ConcurrencyStamp { get ; set ; }
75
+ public virtual string ? ConcurrencyStamp { get ; set ; } = Guid . NewGuid ( ) . ToString ( ) ;
76
76
77
77
/// <summary>
78
78
/// Returns the name of the role.
You can’t perform that action at this time.
0 commit comments