diff --git a/src/ReactiveUI.Android.Tests/ReactiveUI.Android.Tests.csproj b/src/ReactiveUI.Android.Tests/ReactiveUI.Android.Tests.csproj index f484b09426..0085d176a2 100644 --- a/src/ReactiveUI.Android.Tests/ReactiveUI.Android.Tests.csproj +++ b/src/ReactiveUI.Android.Tests/ReactiveUI.Android.Tests.csproj @@ -56,7 +56,6 @@ - stylecop.json diff --git a/src/ReactiveUI.sln b/src/ReactiveUI.sln index 22386f8a08..043b23e609 100644 --- a/src/ReactiveUI.sln +++ b/src/ReactiveUI.sln @@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Directory.build.props = Directory.build.props Directory.build.targets = Directory.build.targets global.json = global.json - ..\stylecop.json = ..\stylecop.json + stylecop.json = stylecop.json EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveUI", "ReactiveUI\ReactiveUI.csproj", "{464CB812-F99F-401B-BE4C-E8F0515CD19D}" diff --git a/src/stylecop.json b/src/stylecop.json index 66c88ad692..1f2e6d1753 100644 --- a/src/stylecop.json +++ b/src/stylecop.json @@ -36,6 +36,6 @@ "orderingRules": { "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true - }, + } } }