- Timestamp:
- 05/20/19 13:16:19 (5 years ago)
- Location:
- branches/2924_DotNetCoreMigration/HeuristicLab.Persistence/3.3
- Files:
-
- 1 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab.Persistence/3.3/Core/ConfigurationService.cs
r15973 r16965 147 147 Properties.Settings.Default.CustomConfigurationsTypeCache = 148 148 configurationTypeCacheString.ToString(); 149 Properties.Settings.Default.Save();149 //Properties.Settings.Default.Save(); 150 150 } 151 151 -
branches/2924_DotNetCoreMigration/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/TypeSerializer.cs
r15973 r16965 44 44 return type == typeof(Type) || 45 45 type.VersionInvariantName() == "System.RuntimeType, mscorlib" || 46 type.VersionInvariantName() == "System.RuntimeType, System.Private.CoreLib" || 46 47 type.VersionInvariantName() == "System.MonoType, mscorlib"; 47 48 #endregion -
branches/2924_DotNetCoreMigration/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r16854 r16965 12 12 </PropertyGroup> 13 13 <ItemGroup> 14 <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />15 14 <PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" /> 16 15 <PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
Note: See TracChangeset
for help on using the changeset viewer.