File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <TargetFramework >net8.0</TargetFramework >
4- <ImplicitUsings >enable</ImplicitUsings >
5- <Nullable >enable</Nullable >
6- </PropertyGroup >
7- <PropertyGroup >
8- <AssemblyVersion >3.0.0.0</AssemblyVersion >
9- <FileVersion >3.0.0.0</FileVersion >
10- </PropertyGroup >
11- <ItemGroup >
12- <PackageReference Include =" Daqifi.Core" Version =" 0.2 .1" />
13- <PackageReference Include =" Google.Protobuf" Version =" 3.30.2 " />
14- </ItemGroup >
15- <ItemGroup >
16- <ProjectReference Include =" ..\Daqifi.Desktop.Common\Daqifi.Desktop.Common.csproj" />
17- <ProjectReference Include =" ..\Daqifi.Desktop.DataModel\Daqifi.Desktop.DataModel.csproj" />
18- </ItemGroup >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <PropertyGroup >
3+ <TargetFramework >net8.0</TargetFramework >
4+ <ImplicitUsings >enable</ImplicitUsings >
5+ <Nullable >enable</Nullable >
6+ </PropertyGroup >
7+ <PropertyGroup >
8+ <AssemblyVersion >3.0.0.0</AssemblyVersion >
9+ <FileVersion >3.0.0.0</FileVersion >
10+ </PropertyGroup >
11+ <ItemGroup >
12+ <PackageReference Include =" Daqifi.Core" Version =" 0.4 .1" />
13+ <PackageReference Include =" Google.Protobuf" Version =" 3.31.1 " />
14+ </ItemGroup >
15+ <ItemGroup >
16+ <ProjectReference Include =" ..\Daqifi.Desktop.Common\Daqifi.Desktop.Common.csproj" />
17+ <ProjectReference Include =" ..\Daqifi.Desktop.DataModel\Daqifi.Desktop.DataModel.csproj" />
18+ </ItemGroup >
1919</Project >
You can’t perform that action at this time.
0 commit comments