File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <tags >JSON comments config hjson parser serializer</tags >
1515 </metadata >
1616 <files >
17- <file src =" Hjson/bin/Release/netstandard1.3 /Hjson.dll" target =" lib/netstandard1.3 /Hjson.dll" />
18- <file src =" Hjson/bin/Release/netstandard1.3 /Hjson.xml" target =" lib/netstandard1.3 /Hjson.xml" />
17+ <file src =" Hjson/bin/Release/netstandard2.0 /Hjson.dll" target =" lib/netstandard2.0 /Hjson.dll" />
18+ <file src =" Hjson/bin/Release/netstandard2.0 /Hjson.xml" target =" lib/netstandard2.0 /Hjson.xml" />
1919 <file src =" legacy/Hjson/bin/Release/Hjson.dll" target =" lib/net40/Hjson.dll" />
2020 <file src =" legacy/Hjson/bin/Release/Hjson.xml" target =" lib/net40/Hjson.xml" />
2121 </files >
22- </package >
22+ </package >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >3.0.0 </VersionPrefix >
5- <TargetFramework >netstandard1.3 </TargetFramework >
4+ <VersionPrefix >3.0.1 </VersionPrefix >
5+ <TargetFramework >netstandard2.0 </TargetFramework >
66 <GenerateDocumentationFile >true</GenerateDocumentationFile >
77 <AssemblyName >Hjson</AssemblyName >
88 <PackageId >Hjson</PackageId >
9- <NetStandardImplicitPackageVersion >1.6.1</NetStandardImplicitPackageVersion >
109 <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
1110 <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
1211 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
1514 <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
1615 </PropertyGroup >
1716
18- <ItemGroup >
19- <PackageReference Include =" Microsoft.NETCore.Portable.Compatibility" Version =" 1.0.1" />
20- </ItemGroup >
21-
2217</Project >
Original file line number Diff line number Diff line change 22[ assembly: System . Reflection . AssemblyDescription ( "Hjson.dll" ) ]
33[ assembly: System . Reflection . AssemblyProduct ( "Hjson - https://github.com/hjson/hjson-cs" ) ]
44[ assembly: System . Reflection . AssemblyCopyright ( "See LICENSE" ) ]
5- [ assembly: System . Reflection . AssemblyFileVersion ( "3.0.0 .0" ) ]
5+ [ assembly: System . Reflection . AssemblyFileVersion ( "3.0.1 .0" ) ]
66[ assembly: System . Reflection . AssemblyTitle ( "Hjson.dll" ) ]
77[ assembly: System . CLSCompliant ( true ) ]
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ if [[ "$VERSION" != "$VERSION2" ]]; then echo error: version mismatch $VERSION:$
1010echo ------------------
1111echo build core
1212
13- dotnet restore Hjson
14- dotnet restore cli
15- dotnet restore test
16- dotnet restore sample/sample.csproj
13+ # dotnet restore Hjson
14+ # dotnet restore cli
15+ # dotnet restore test
16+ # dotnet restore sample/sample.csproj
1717dotnet build Hjson -c Release
1818dotnet build cli -c Release
1919dotnet build test -c Release
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp1.1</TargetFramework >
5- <AssemblyName >cli</AssemblyName >
64 <OutputType >Exe</OutputType >
5+ <TargetFramework >netcoreapp2.0</TargetFramework >
6+ <AssemblyName >cli</AssemblyName >
77 <PackageId >cli</PackageId >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <ProjectReference Include =" ..\ Hjson\ Hjson.csproj" />
11+ <ProjectReference Include =" ../ Hjson/ Hjson.csproj" />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp1.0</TargetFramework >
5- <AssemblyName >sample</AssemblyName >
64 <OutputType >Exe</OutputType >
5+ <TargetFramework >netcoreapp2.0</TargetFramework >
6+ <AssemblyName >sample</AssemblyName >
77 <PackageId >sample</PackageId >
8- <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
9- <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
108 </PropertyGroup >
119
1210 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp1.0</TargetFramework >
5- <AssemblyName >test</AssemblyName >
64 <OutputType >Exe</OutputType >
5+ <TargetFramework >netcoreapp2.0</TargetFramework >
6+ <AssemblyName >test</AssemblyName >
77 <PackageId >test</PackageId >
8- <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
9- <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
108 </PropertyGroup >
119
1210 <ItemGroup >
You can’t perform that action at this time.
0 commit comments