diff options
-rw-r--r-- | BackEnd/Timeline.Tests/Properties/launchSettings.json | 2 | ||||
-rw-r--r-- | BackEnd/Timeline.Tests/Timeline.Tests.csproj | 2 | ||||
-rw-r--r-- | BackEnd/Timeline.Tests/packages.lock.json | 6 | ||||
-rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 8 |
4 files changed, 4 insertions, 14 deletions
diff --git a/BackEnd/Timeline.Tests/Properties/launchSettings.json b/BackEnd/Timeline.Tests/Properties/launchSettings.json deleted file mode 100644 index f3ee419d..00000000 --- a/BackEnd/Timeline.Tests/Properties/launchSettings.json +++ /dev/null @@ -1,2 +0,0 @@ -{
-}
diff --git a/BackEnd/Timeline.Tests/Timeline.Tests.csproj b/BackEnd/Timeline.Tests/Timeline.Tests.csproj index ce1ac536..86af546a 100644 --- a/BackEnd/Timeline.Tests/Timeline.Tests.csproj +++ b/BackEnd/Timeline.Tests/Timeline.Tests.csproj @@ -12,7 +12,7 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="FluentAssertions" Version="6.7.0" />
+ <PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.10" />
diff --git a/BackEnd/Timeline.Tests/packages.lock.json b/BackEnd/Timeline.Tests/packages.lock.json index cc7ccdc9..fbbaec7a 100644 --- a/BackEnd/Timeline.Tests/packages.lock.json +++ b/BackEnd/Timeline.Tests/packages.lock.json @@ -10,9 +10,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.7.0, )", - "resolved": "6.7.0", - "contentHash": "PWbow/R3MnYDP8UW7zh/w80rGb+1NufGoNJeuzouTo2bqpvwNTFxbDwF6XWfFZ5IuquL2225Um+qSyZ8jVsT+w==", + "requested": "[6.8.0, )", + "resolved": "6.8.0", + "contentHash": "NfSlAG97wMxS48Ov+wQEhJITdn4bKrgtKrG4sCPrFBVKozpC57lQ2vzsPdxUOsPbfEgEQTMtvCDECxIlDBfgNA==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" } diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index e081e0f3..a5b3b51c 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -22,14 +22,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Staging" } - }, - "Timeline": { - "commandName": "Project", - "launchBrowser": true, - "applicationUrl": "http://localhost:49414", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }
\ No newline at end of file |