This repository was archived by the owner on Aug 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2088
-245
lines changed Expand file tree Collapse file tree 4 files changed +2088
-245
lines changed Original file line number Diff line number Diff line change 32
32
</PropertyGroup >
33
33
<ItemGroup >
34
34
<Reference Include =" System" />
35
- <Reference Include =" protobuf-net" >
36
- <HintPath >..\packages\protobuf-net.2.1.0\lib\net45\protobuf-net.dll</HintPath >
37
- </Reference >
38
35
<Reference Include =" System.Xml" />
39
36
<Reference Include =" Google.Protobuf" >
40
- <HintPath >..\packages\Google.Protobuf.3.1.0\lib\net45\Google.Protobuf.dll</HintPath >
37
+ <HintPath >..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" protobuf-net" >
40
+ <HintPath >..\packages\protobuf-net.2.3.2\lib\net40\protobuf-net.dll</HintPath >
41
41
</Reference >
42
42
</ItemGroup >
43
43
<ItemGroup >
46
46
<Compile Include =" Opdefs.cs" />
47
47
</ItemGroup >
48
48
<ItemGroup >
49
- <None Include =" packages.config " />
49
+ <Folder Include =" New Folder\ " />
50
50
</ItemGroup >
51
51
<ItemGroup >
52
- <Folder Include =" New Folder\ " />
52
+ <None Include =" packages.config " />
53
53
</ItemGroup >
54
54
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
55
55
</Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Google.Protobuf" version =" 3.1.0 " targetFramework =" net45 " />
4
- <package id =" Google.Protobuf.Tools" version =" 3.1 .0" targetFramework =" net45 " />
5
- <package id =" protobuf-net" version =" 2.1.0 " targetFramework =" net45 " />
3
+ <package id =" Google.Protobuf" version =" 3.4.1 " targetFramework =" net461 " />
4
+ <package id =" Google.Protobuf.Tools" version =" 3.4 .0" targetFramework =" net461 " />
5
+ <package id =" protobuf-net" version =" 2.3.2 " targetFramework =" net461 " />
6
6
</packages >
You can’t perform that action at this time.
0 commit comments