File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ <Project >
2
+
3
+ <Target Name =" _CopyDebugSymbols"
4
+ Condition =" '$(TargetFramework)' != '' "
5
+ AfterTargets =" Build" >
6
+ <Copy
7
+ SourceFiles =" $(PkgMono_Terminal)\lib\netstandard2.0\LineEditor.pdb"
8
+ DestinationFolder =" $(OutputPath)"
9
+ SkipUnchangedFiles =" True"
10
+ />
11
+ </Target >
12
+
13
+ </Project >
Original file line number Diff line number Diff line change 11
11
12
12
<ItemGroup >
13
13
<PackageReference Include =" Mono.Options" Version =" 5.3.0.1" />
14
- <PackageReference Include =" Mono.Terminal" Version =" 5.4.0 " />
14
+ <PackageReference Include =" Mono.Terminal" Version =" 5.4.1 " GeneratePathProperty = " True " />
15
15
<PackageReference Include =" Mono.CSharp" Version =" 4.0.0.143" NoWarn =" NU1701" />
16
16
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets =" All" Version =" 1.0.0" />
17
17
</ItemGroup >
You can’t perform that action at this time.
0 commit comments