diff --git a/UptimeSharp.Tests/UptimeSharp.Tests.csproj b/UptimeSharp.Tests/UptimeSharp.Tests.csproj index 9c415b2..3cd11ac 100644 --- a/UptimeSharp.Tests/UptimeSharp.Tests.csproj +++ b/UptimeSharp.Tests/UptimeSharp.Tests.csproj @@ -68,6 +68,7 @@ + diff --git a/UptimeSharp.Tests/app.config b/UptimeSharp.Tests/app.config new file mode 100644 index 0000000..aa5088c --- /dev/null +++ b/UptimeSharp.Tests/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/UptimeSharp/Fody.targets b/UptimeSharp/Fody.targets index a668a51..9e81cba 100644 --- a/UptimeSharp/Fody.targets +++ b/UptimeSharp/Fody.targets @@ -36,7 +36,6 @@ $(ProjectDir)$(IntermediateOutputPath) - Low $(SignAssembly) $(MSBuildThisFileDirectory) @@ -52,7 +51,6 @@ AssemblyPath="@(IntermediateAssembly)" IntermediateDir="$(IntermediateDir)" KeyFilePath="$(FodyKeyFilePath)" - MessageImportance="$(FodyMessageImportance)" ProjectDirectory="$(ProjectDir)" SolutionDir="$(FodySolutionDir)" References="@(ReferencePath)" @@ -70,7 +68,6 @@ AssemblyPath="$(TargetPath)" IntermediateDir="$(IntermediateDir)" KeyFilePath="$(FodyKeyFilePath)" - MessageImportance="$(FodyMessageImportance)" ProjectDirectory="$(ProjectDir)" SolutionDir="$(FodySolutionDir)" References="@(ReferencePath)" diff --git a/UptimeSharp/FodyWeavers.xml b/UptimeSharp/FodyWeavers.xml index 7369928..df428ee 100644 --- a/UptimeSharp/FodyWeavers.xml +++ b/UptimeSharp/FodyWeavers.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/UptimeSharp/UptimeSharp.csproj b/UptimeSharp/UptimeSharp.csproj index 86e0dc4..7a9ba7c 100644 --- a/UptimeSharp/UptimeSharp.csproj +++ b/UptimeSharp/UptimeSharp.csproj @@ -14,7 +14,7 @@ Profile104 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\packages\Fody.1.19.1.0 + ..\packages\Fody.1.20.0.0 true @@ -71,7 +71,7 @@ ..\packages\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll - ..\packages\PropertyChanged.Fody.1.43.1.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\PropertyChanged.dll + ..\packages\PropertyChanged.Fody.1.45.0.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\PropertyChanged.dll False diff --git a/UptimeSharp/packages.config b/UptimeSharp/packages.config index fe8794c..a1a3fe4 100644 --- a/UptimeSharp/packages.config +++ b/UptimeSharp/packages.config @@ -1,10 +1,10 @@  - + - + \ No newline at end of file