File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 7
7
<RepositoryType >git</RepositoryType >
8
8
<Copyright >Copyright 2020 FSharp.TypeProviders.SDK contributors</Copyright >
9
9
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
10
- <Version >2.0.1 </Version >
10
+ <Version >2.0.2 </Version >
11
11
</PropertyGroup >
12
12
</Project >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.1</TargetFrameworks >
4
4
<OutputType >Library</OutputType >
5
+ <DebugType >portable</DebugType >
6
+ <IncludeSymbols >true</IncludeSymbols >
7
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
5
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
9
<PackageIcon >logo.png</PackageIcon >
7
10
<Description >The core implementation of an F# type provider</Description >
15
18
</ItemGroup >
16
19
<ItemGroup >
17
20
<None Include =" ../docs/files/img/logo.png" Pack =" true" Visible =" false" PackagePath =" " />
21
+ <Content Include =" ProvidedTypes.*" copyToOutput =" true" >
22
+ <IncludeInPackage >true</IncludeInPackage >
23
+ <CopyToOutput >true</CopyToOutput >
24
+ <BuildAction >Content</BuildAction >
25
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
26
+ <PackagePath >src</PackagePath >
27
+ </Content >
18
28
</ItemGroup >
19
29
<ItemGroup >
20
30
<PackageReference Update =" FSharp.Core" Version =" 4.7.2" />
You can’t perform that action at this time.
0 commit comments