File tree 2 files changed +4
-4
lines changed
ReactiveMarbles.ObservableEvents.Example
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.1</TargetFramework >
4
4
<LangVersion >preview</LangVersion >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" System.Reactive" Version =" 5 .0.0" />
9
+ <PackageReference Include =" System.Reactive" Version =" 6 .0.0" />
10
10
<PackageReference Include =" xamarin.forms" Version =" 5.*" />
11
11
</ItemGroup >
12
12
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.11.0" />
15
15
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" PrivateAssets =" all" />
16
- <PackageReference Include =" System.Reactive" Version =" 5 .0.0" />
16
+ <PackageReference Include =" System.Reactive" Version =" 6 .0.0" />
17
17
<PackageReference Include =" xamarin.forms" Version =" 5.*" />
18
18
</ItemGroup >
19
19
</Project >
You can’t perform that action at this time.
0 commit comments