Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Address build warnings (#5080)
``` Warning: /usr/share/dotnet/sdk/8.0.101/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5100: The assembly 'contentFiles/any/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll' is not inside the 'lib' folder and hence it won't be added as a reference when the package is installed into a project. Move it into the 'lib' folder if it needs to be referenced. [/home/runner/work/dafny/dafny/dafny/Source/DafnyDriver/DafnyDriver.csproj] ``` ``` Warning: /usr/share/dotnet/sdk/8.0.101/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5119: File '/home/runner/work/dafny/dafny/dafny/Binaries/net6.0/publish/DafnyRuntimeRust/.gitignore' was not added to the package. Files and folders starting with '.' or ending with '.nupkg' are excluded by default. To include this file, use -NoDefaultExcludes from the commandline [/home/runner/work/dafny/dafny/dafny/Source/Dafny/Dafny.csproj] ```
- Loading branch information