diff --git a/Spring.Net.sln.DotSettings b/Spring.Net.sln.DotSettings index 08d4b5d92..954427f5d 100644 --- a/Spring.Net.sln.DotSettings +++ b/Spring.Net.sln.DotSettings @@ -21,6 +21,7 @@ * limitations under the License. */ <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> + <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> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> @@ -68,4 +69,5 @@ True True True - True \ No newline at end of file + True + True \ No newline at end of file diff --git a/build-support/nuke-build/_build.csproj.DotSettings b/build-support/nuke-build/_build.csproj.DotSettings index 7bc28484c..337271da9 100644 --- a/build-support/nuke-build/_build.csproj.DotSettings +++ b/build-support/nuke-build/_build.csproj.DotSettings @@ -16,6 +16,8 @@ False <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> + <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> + <Policy><Descriptor Staticness="Static" AccessRightKinds="Private" Description="Static fields (private)"><ElementKinds><Kind Name="FIELD" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></Policy> True True True @@ -24,4 +26,5 @@ True True True - True + True + True diff --git a/examples/Directory.Build.props b/examples/Directory.Build.props index 0465a19b5..298ab0588 100644 --- a/examples/Directory.Build.props +++ b/examples/Directory.Build.props @@ -17,8 +17,6 @@ false false - 3.4.1 - SpringSource http://springframework.net/images/SpringSource_Leaves32x32.png http://www.springframework.net/license.html @@ -27,7 +25,7 @@ en-US True - 1574,1584,1591 + 1574,1584,1591 git https://github.com/spring-projects/spring-net diff --git a/examples/Directory.Packages.props b/examples/Directory.Packages.props index d04e5055d..27d06de2d 100644 --- a/examples/Directory.Packages.props +++ b/examples/Directory.Packages.props @@ -5,11 +5,11 @@ - + - - + + \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 9ce2c6ff5..b2b7d3929 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -18,8 +18,6 @@ Copyright 2002-2021 Spring.NET Framework Team. Apache License, Version 2.0 - 3.4.1 - SpringSource SpringSource_Leaves32x32.png https://springframework.net/images/SpringSource_Leaves32x32.png @@ -49,10 +47,6 @@ - - - - diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index d01215f64..3f24a9a63 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -2,14 +2,11 @@ true - - - - + @@ -18,11 +15,11 @@ - - + + - + diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 15cc8d933..77f458f85 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -13,10 +13,6 @@ false false - 2.0.0 - 3.4.1 - 2.0.8 - True False True diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index ee22f01a4..1e27b5202 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -3,20 +3,20 @@ true - + - - - - - - - - - - + + + + + + + + + + - - + + \ No newline at end of file