Commit 4890bb0 1 parent d16b9d1 commit 4890bb0 Copy full SHA for 4890bb0
File tree 3 files changed +195
-181
lines changed
3 files changed +195
-181
lines changed Original file line number Diff line number Diff line change 1
- version : " 3.4"
2
-
3
1
services :
4
2
nightscout :
5
3
image : " nightscout/cgm-remote-monitor:15.0.2"
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >netstandard2.1 </TargetFramework >
5
- <Nullable >enable</Nullable >
6
- <AssemblyName >TidepoolToNightScoutSync.Core</AssemblyName >
7
- <RootNamespace >TidepoolToNightScoutSync.Core</RootNamespace >
8
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
+ <Nullable >enable</Nullable >
6
+ <AssemblyName >TidepoolToNightScoutSync.Core</AssemblyName >
7
+ <RootNamespace >TidepoolToNightScoutSync.Core</RootNamespace >
8
+ </PropertyGroup >
9
9
10
- <ItemGroup >
11
- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 8.0.2" />
12
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
13
- <PackageReference Include =" Pathoschild.Http.FluentClient" Version =" 4.3.0" />
14
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
15
- </ItemGroup >
10
+ <ItemGroup >
11
+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 8.0.2" />
12
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
13
+ <PackageReference Include =" Pathoschild.Http.FluentClient" Version =" 4.3.0" />
14
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
15
+ </ItemGroup >
16
16
17
17
</Project >
You can’t perform that action at this time.
0 commit comments