mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 12:53:25 +00:00 
			
		
		
		
	update/remove json lib
This commit is contained in:
		
							parent
							
								
									101f078a98
								
							
						
					
					
						commit
						ab535d9501
					
				|  | @ -3,6 +3,5 @@ | ||||||
| set -e | set -e | ||||||
| set -x | set -x | ||||||
| 
 | 
 | ||||||
| dotnet add package Newtonsoft.Json --version 12.0.3 |  | ||||||
| dotnet restore | dotnet restore | ||||||
| dotnet publish | dotnet publish | ||||||
|  |  | ||||||
|  | @ -5,7 +5,7 @@ WORKDIR /licenseGen | ||||||
| COPY . /licenseGen | COPY . /licenseGen | ||||||
| 
 | 
 | ||||||
| RUN set -e; set -x; \ | RUN set -e; set -x; \ | ||||||
| 	dotnet add package Newtonsoft.Json --version 12.0.3 \ | 	dotnet add package Newtonsoft.Json --version 13.0.1 \ | ||||||
| 	&& dotnet restore \ | 	&& dotnet restore \ | ||||||
| 	&& dotnet publish | 	&& dotnet publish | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
| 
 | 
 | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" /> |     <PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" /> | ||||||
|     <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |     <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | ||||||
|     <PackageReference Include="System.Runtime.Loader" Version="4.3.0" /> |     <PackageReference Include="System.Runtime.Loader" Version="4.3.0" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user