File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
<ItemGroup >
12
12
<ProjectReference Include =" ..\dbup-sqlserver\dbup-sqlserver.csproj" />
13
13
<PackageReference Include =" DbUp.Tests.Common" Version =" 6.0.0-beta.108" />
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
15
- <PackageReference Include =" xunit" Version =" 2.7 .0" />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
15
+ <PackageReference Include =" xunit" Version =" 2.9 .0" />
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
</PackageReference >
Original file line number Diff line number Diff line change 5
5
<s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SQ/@EntryIndexedValue" >SQ</s : String >
6
6
<s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> </s : String >
7
7
<s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticFields/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> </s : String >
8
+ <s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/UserRules/=4a98fdf6_002D7d98_002D4f5a_002Dafeb_002Dea44ad98c70c/@EntryIndexedValue" >< Policy>< Descriptor Staticness="Instance" AccessRightKinds="Private" Description="Instance fields (private)">< ElementKinds>< Kind Name="FIELD" />< Kind Name="READONLY_FIELD" />< /ElementKinds>< /Descriptor>< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" />< /Policy> </s : String >
9
+ <s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/UserRules/=f9fce829_002De6f4_002D4cb2_002D80f1_002D5497c44f51df/@EntryIndexedValue" >< Policy>< Descriptor Staticness="Static" AccessRightKinds="Private" Description="Static fields (private)">< ElementKinds>< Kind Name="FIELD" />< /ElementKinds>< /Descriptor>< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" />< /Policy> </s : String >
10
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EPredefinedNamingRulesToUserRulesUpgrade/@EntryIndexedValue" >True</s : Boolean >
8
11
<s : String x : Key =" /Default/FilterSettingsManager/CoverageFilterXml/@EntryValue" >< data>< IncludeFilters />< ExcludeFilters />< /data> </s : String >
9
12
<s : String x : Key =" /Default/FilterSettingsManager/AttributeFilterXml/@EntryValue" >< data /> </s : String ></wpf : ResourceDictionary >
Original file line number Diff line number Diff line change 25
25
<ItemGroup >
26
26
<PackageReference Include =" dbup-core" Version =" 6.0.0-beta.108" />
27
27
<PackageReference Include =" System.Net.Security" Version =" 4.3.2" />
28
- <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.2.0 " />
28
+ <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.2.1 " />
29
29
<PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.6.2" />
30
30
</ItemGroup >
31
31
You can’t perform that action at this time.
0 commit comments