Update test deps
- Ignore existing output in Docker context
This commit is contained in:
parent
317c91ad08
commit
794cc7e12e
2
src/.dockerignore
Normal file
2
src/.dockerignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
**/bin/*
|
||||
**/obj/*
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Expecto" Version="9.0.4" />
|
||||
<PackageReference Include="NodaTime.Testing" Version="3.1.2" />
|
||||
<PackageReference Update="FSharp.Core" Version="6.0.5" />
|
||||
<PackageReference Include="NodaTime.Testing" Version="3.1.9" />
|
||||
<PackageReference Update="FSharp.Core" Version="7.0.300" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
module PrayerTracker.Utils
|
||||
|
||||
open System
|
||||
open System.Security.Cryptography
|
||||
open System.Text
|
||||
|
||||
open Giraffe
|
||||
|
||||
/// Parse a short-GUID-based ID from a string
|
||||
|
|
Loading…
Reference in New Issue
Block a user