1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Add Directory.Build.props (#1314)

* Add Directory.Build.props

* Remove unneeded props
This commit is contained in:
Justin Baur
2021-05-12 13:03:21 -04:00
committed by GitHub
parent cb9ed50248
commit d21ca83a20
16 changed files with 10 additions and 38 deletions

View File

@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>