File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
test/Serilog.Settings.Configuration.Tests Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -538,11 +538,13 @@ II.2.12 <HandlesEvent />
538
538
<s : String x : Key =" /Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=StaticReadonly/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> </s : String >
539
539
<s : String x : Key =" /Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=TypeParameters/@EntryIndexedValue" >< Policy Inspect="True" Prefix="T" Suffix="" Style="AaBb" /> </s : String >
540
540
<s : String x : Key =" /Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=TypesAndNamespaces/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> </s : String >
541
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EdotCover_002EIde_002ECore_002EFilterManagement_002EModel_002ESolutionFilterSettingsManagerMigrateSettings/@EntryIndexedValue" >True</s : Boolean >
541
542
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpAttributeForSingleLineMethodUpgrade/@EntryIndexedValue" >True</s : Boolean >
542
543
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpFileLayoutPatternsUpgrade/@EntryIndexedValue" >True</s : Boolean >
543
544
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue" >True</s : Boolean >
544
545
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue" >True</s : Boolean >
545
546
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpRenamePlacementToArrangementMigration/@EntryIndexedValue" >True</s : Boolean >
547
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue" >True</s : Boolean >
546
548
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue" >True</s : Boolean >
547
549
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAlwaysTreatStructAsNotReorderableMigration/@EntryIndexedValue" >True</s : Boolean >
548
550
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002ECSharpPlaceAttributeOnSameLineMigration/@EntryIndexedValue" >True</s : Boolean >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6 .0;netcoreapp3.1;net462 </TargetFrameworks >
4
+ <TargetFrameworks >net7 .0;netcoreapp3.1;net48 </TargetFrameworks >
5
5
<LangVersion >latest</LangVersion >
6
6
<AssemblyName >Serilog.Settings.Configuration.Tests</AssemblyName >
7
7
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
21
<PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
22
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2 .0" />
23
- <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.2 .0" />
22
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5 .0" />
23
+ <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.5 .0" />
24
24
<PackageReference Include =" Serilog.Expressions" Version =" 3.3.0" />
25
25
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
26
- <PackageReference Include =" xunit" Version =" 2.4.1 " />
26
+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
27
27
</ItemGroup >
28
28
29
29
<ItemGroup >
You can’t perform that action at this time.
0 commit comments