File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <AssemblyTitle >Akka.Logger.Serilog</AssemblyTitle >
44 <Description >Serilog logging adapter for Akka.NET</Description >
5- <TargetFrameworks >net45;netstandard1.6</TargetFrameworks >
5+ <TargetFrameworks >net45;netstandard1.6</TargetFrameworks >
66 <PackageTags >akka;actors;actor model;Akka;concurrency;serilog</PackageTags >
7- <Copyright >Copyright © 2013-2017 Akka.NET Team</Copyright >
7+ <Copyright >Copyright © 2013-2017 Akka.NET Team</Copyright >
88 <Authors >Akka.NET Team</Authors >
99 <VersionPrefix >1.3.0</VersionPrefix >
1010 <PackageIconUrl >http://getakka.net/images/AkkaNetLogo.Normal.png</PackageIconUrl >
1515 </PropertyGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" Akka" Version =" 1.3.0-beta-* " />
18+ <PackageReference Include =" Akka" Version =" 1.3.0" />
1919 <PackageReference Include =" Serilog" Version =" 2.5.0" />
2020 </ItemGroup >
2121
22- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
23- <DefineConstants >$(DefineConstants);</DefineConstants >
24- </PropertyGroup >
25-
26- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
27- <DefineConstants >$(DefineConstants);</DefineConstants >
28- </PropertyGroup >
29-
3022 <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
3123 <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
3224 </PropertyGroup >
Original file line number Diff line number Diff line change 66 <packageSources >
77 <clear />
88 <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
9- <add key =" netcorenightly" value =" https://www.myget.org/F/akkadotnet-netcore/api/v3/index.json" />
109 </packageSources >
1110</configuration >
You can’t perform that action at this time.
0 commit comments