Commit 985e6c3 1 parent 236fb89 commit 985e6c3 Copy full SHA for 985e6c3
File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
+
4
+ ## [ 1.0.3] - 2024-01-08
5
+
6
+ ### Fixed
7
+ - Ensure that the Project Dependency on TelnetNegotiationCore.Functional is added as a DLL.
3
8
4
9
## [ 1.0.2] - 2024-01-07
5
10
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<LangVersion >latest</LangVersion >
6
- <Version >1.0.2 </Version >
6
+ <Version >1.0.3 </Version >
7
7
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8
8
<Title >Telnet Negotiation Core</Title >
9
9
<PackageId >$(AssemblyName)</PackageId >
44
44
</ItemGroup >
45
45
46
46
<ItemGroup >
47
+ <Content Include =" $(TargetDir)\TelnetNegotiationCore.Functional.dll" >
48
+ <Pack >true</Pack >
49
+ <PackagePath >lib\$(TargetFramework)</PackagePath >
50
+ </Content >
47
51
<PackageReference Include =" morelinq" Version =" 3.4.2" />
48
52
<PackageReference Include =" OneOf" Version =" 3.0.255" />
49
53
<PackageReference Include =" Serilog" Version =" 3.0.1" />
54
58
</ItemGroup >
55
59
56
60
<ItemGroup >
57
- <ProjectReference Include =" ..\TelnetNegotiationCore.Functional\TelnetNegotiationCore.Functional.fsproj" />
61
+ <ProjectReference Include =" ..\TelnetNegotiationCore.Functional\TelnetNegotiationCore.Functional.fsproj" >
62
+ <Private >True</Private >
63
+ </ProjectReference >
58
64
</ItemGroup >
59
65
60
66
</Project >
You can’t perform that action at this time.
0 commit comments