File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
<Copyright >Copyright © 2013-2021 Akka.NET Team</Copyright >
4
4
<Authors >Akka.NET Team</Authors >
5
5
<VersionPrefix >1.4.28</VersionPrefix >
6
- <PackageIconUrl >https://getakka.net/images/ akkalogo.png</PackageIconUrl >
6
+ <PackageIcon > akkalogo.png</PackageIcon >
7
7
<PackageProjectUrl >https://github.com/akkadotnet/akka.net</PackageProjectUrl >
8
8
<PackageLicenseUrl >https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl >
9
9
<NoWarn >$(NoWarn);CS1591;xUnit1013</NoWarn >
10
+ <PackageReadmeFile >README.md</PackageReadmeFile >
10
11
</PropertyGroup >
11
12
<PropertyGroup >
12
13
<XunitVersion >2.4.1</XunitVersion >
37
38
<ItemGroup >
38
39
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
39
40
</ItemGroup >
41
+ <ItemGroup >
42
+ <None Include =" $(MSBuildThisFileDirectory)\..\docs\images\akkalogo.png" Pack =" true" Visible =" false" PackagePath =" \" />
43
+ <None Include =" $(MSBuildThisFileDirectory)\..\README.md" Pack =" true" Visible =" false" PackagePath =" \" />
44
+ </ItemGroup >
40
45
<PropertyGroup >
41
46
<!-- <PublishRepositoryUrl>true</PublishRepositoryUrl>-->
42
47
<RepositoryUrl >https://github.com/akkadotnet/akka.net</RepositoryUrl >
46
51
<IncludeSymbols >true</IncludeSymbols >
47
52
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
48
53
</PropertyGroup >
49
- </Project >
54
+ <Target Name =" TestValue" AfterTargets =" build" >
55
+ <Message Text =" @(none)" >
56
+ </Message >
57
+ </Target >
58
+ </Project >
You can’t perform that action at this time.
0 commit comments