File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
FSharp.Control.Reactive.Testing Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" standalone =" no" ?>
22<Project ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4+ <VersionPrefix >6.1.0</VersionPrefix >
5+ <Version >$(Version)</Version >
46 <Authors >Ryan Riley;Steffen Forkmann;Jared Hester</Authors >
57 <Summary >A F#-friendly wrapper for the Reactive Extensions.</Summary >
68 <Description >A F#-friendly wrapper for the Reactive Extensions.</Description >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net6.0</TargetFramework >
4+ <Version >$(Version)</Version >
45 </PropertyGroup >
56 <ItemGroup >
67 <None Include =" paket.references" />
1415 <ProjectReference Include =" ..\FSharp.Control.Reactive\FSharp.Control.Reactive.fsproj" />
1516 </ItemGroup >
1617 <Import Project =" ..\..\.paket\Paket.Restore.targets" />
17- </Project >
18+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net472;netstandard2.0;net6.0</TargetFrameworks >
4+ <Version >$(Version)</Version >
45 </PropertyGroup >
56 <Target Name =" ConfigureTrimming" BeforeTargets =" PrepareForILLink" >
67 <ItemGroup >
You can’t perform that action at this time.
0 commit comments