File tree 4 files changed +5
-9
lines changed
Benchmarks/ClientBenchmarkApp
HiveMQtt-CLI/HiveMQtt-CLI
4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
9
9
10
- <PropertyGroup >
11
- <RestoreSources >$(RestoreSources);../../Source/HiveMQtt/bin/Debug/;https://api.nuget.org/v3/index.json</RestoreSources >
12
- </PropertyGroup >
13
-
14
10
<ItemGroup >
15
- <PackageReference Include =" HiveMQtt " Version = " 0.11.1 " />
11
+ <ProjectReference Include =" ..\..\Source\HiveMQtt\HiveMQtt.csproj " />
16
12
</ItemGroup >
17
13
18
14
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<RootNamespace >HiveMQtt_CLI</RootNamespace >
7
7
<ImplicitUsings >enable</ImplicitUsings >
8
8
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments