File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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
- <TargetFramework >netstandard1.3</ TargetFramework >
4
+ <TargetFrameworks >netstandard1.3;net46</ TargetFrameworks >
5
5
<Authors >Alan Doherty & WIFIPLUG Ltd</Authors >
6
6
<Company >Alan Doherty</Company >
7
- <Version >0.5.3 </Version >
7
+ <Version >0.5.4 </Version >
8
8
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
9
<Description >A networking library for frame-based, performant asynchronous sockets on .NET Core</Description >
10
10
<Copyright >Alan Doherty 2018</Copyright >
11
11
<PackageLicenseUrl >https://github.com/alandoherty/protosocket-net/blob/master/LICENSE</PackageLicenseUrl >
12
12
<PackageProjectUrl >https://github.com/alandoherty/protosocket-net</PackageProjectUrl >
13
13
<PackageIconUrl >https://s3-eu-west-1.amazonaws.com/assets.alandoherty.co.uk/github/protosocket-net-nuget.png</PackageIconUrl >
14
- <RepositoryUrl ></RepositoryUrl >
14
+ <RepositoryUrl >s </RepositoryUrl >
15
15
<RepositoryType >git</RepositoryType >
16
- <AssemblyVersion >0.5.3 .0</AssemblyVersion >
17
- <FileVersion >0.5.3 .0</FileVersion >
16
+ <AssemblyVersion >0.5.4 .0</AssemblyVersion >
17
+ <FileVersion >0.5.4 .0</FileVersion >
18
18
</PropertyGroup >
19
-
19
+
20
20
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
21
21
<DocumentationFile >bin\Release\netstandard1.3\ProtoSocket.xml</DocumentationFile >
22
22
<LangVersion >7.2</LangVersion >
You can’t perform that action at this time.
0 commit comments