File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <VersionPrefix >0.1.0</VersionPrefix >
4
5
<TargetFramework >netstandard2.0</TargetFramework >
6
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
+ <Title >Playground Library</Title >
8
+ <Description >Simple library to test publishing with GitHub Actions.</Description >
9
+ <Copyright >Copyright 2019 Bradley Grainger</Copyright >
10
+ <Authors >Bradley Grainger</Authors >
11
+ <PackageProjectUrl >https://github.com/mysql-net/Playground</PackageProjectUrl >
12
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
13
+ <RepositoryType >git</RepositoryType >
14
+ <RepositoryUrl >https://github.com/mysql-net/Playground.git</RepositoryUrl >
15
+ <IncludeSymbols >true</IncludeSymbols >
16
+ <DebugType >portable</DebugType >
17
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
18
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
19
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
5
20
</PropertyGroup >
6
21
22
+ <ItemGroup >
23
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
24
+ </ItemGroup >
25
+
7
26
</Project >
You can’t perform that action at this time.
0 commit comments