File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018 progaudi
3
+ Copyright (c) 2018-2019 progaudi
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 8
8
<Copyright >Copyright © 2018</Copyright >
9
9
<PackageTags >memorypool;pool;memory</PackageTags >
10
10
<PackageProjectUrl >https://github.com/progaudi/progaudi.buffers</PackageProjectUrl >
11
- <PackageLicenseUrl >https://github.com/progaudi/progaudi.buffers/blob/master/ LICENSE</PackageLicenseUrl >
11
+ <PackageLicenseFile > LICENSE</PackageLicenseFile >
12
12
<Authors >roman-kozachenko;aensidhe</Authors >
13
13
<Company >progaudi</Company >
14
14
</PropertyGroup >
15
15
16
+ <ItemGroup >
17
+ <None Include =" ../../LICENSE" Pack =" true" PackagePath =" " />
18
+ </ItemGroup >
19
+
16
20
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
17
21
<TargetFrameworks >net45;net461;net462;net47;net471;netstandard1.4;netstandard2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks >
18
22
</PropertyGroup >
19
23
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
20
- <TargetFrameworks >netstandard1.4;netstandard2.0;netcoreapp2.1</TargetFrameworks >
24
+ <TargetFrameworks >netstandard1.4;netstandard2.0;netcoreapp2.1;netcoreapp2.2 </TargetFrameworks >
21
25
</PropertyGroup >
22
26
23
27
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments