-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump System.Text.Json from 8.0.4 to 8.0.5 in /YantraJS.Core
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
cb91ee9
commit 5aa265e
Showing
1 changed file
with
79 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,79 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<AssemblyName>YantraJS.Core</AssemblyName> | ||
<PackageId>YantraJS.Core</PackageId> | ||
<PackageTags>yantra,yantrajs,javascript,c#,standard,core,framework,.net</PackageTags> | ||
<Description>JavaScript Engine Core for .NET Standard</Description> | ||
<PackageProjectUrl>http://yantrajs.com/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/yantrajs/yantra</RepositoryUrl> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<Version>1.0.1</Version> | ||
<LangVersion>latest</LangVersion> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<EmbedAllSources>True</EmbedAllSources> | ||
<DebugType>embedded</DebugType> | ||
<DebugSymbols>true</DebugSymbols> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath> | ||
</PropertyGroup> | ||
<Target Name="AddSourceGeneratedFiles" AfterTargets="CoreCompile"> | ||
<ItemGroup> | ||
<Compile Include="Generated\**" /> | ||
</ItemGroup> | ||
</Target> | ||
<Target Name="RemoveSourceGeneratedFiles" BeforeTargets="CoreCompile"> | ||
<ItemGroup> | ||
<Compile Remove="Generated\**" /> | ||
</ItemGroup> | ||
</Target> | ||
|
||
<!-- <ItemGroup> | ||
<Compile Include="..\esprima-dotnet\src\Esprima\*.cs"> | ||
<Link>Esprima\%(RecursiveDir)%(FileName)%(Extension)</Link> | ||
</Compile> | ||
<Compile Include="..\esprima-dotnet\src\Esprima\Ast\*.cs"> | ||
<Link>Esprima\Ast\%(RecursiveDir)%(FileName)%(Extension)</Link> | ||
</Compile> | ||
<Compile Include="..\esprima-dotnet\src\Esprima\Utils\*.cs"> | ||
<Link>Esprima\Utils\%(RecursiveDir)%(FileName)%(Extension)</Link> | ||
</Compile> | ||
</ItemGroup> --> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="ErrorProne.NET.Structs" Version="0.3.0-beta.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.Text.Json" Version="8.0.4" /> | ||
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" /> | ||
<PackageReference Include="System.Runtime" Version="4.3.1" /> | ||
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\YantraJS.ExpressionCompiler\YantraJS.ExpressionCompiler.csproj" /> | ||
<ProjectReference Include="..\YantraJS.JSClassGenerator\YantraJS.JSClassGenerator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="Microsoft.Build.Tasks.v4.0"> | ||
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.Build.Tasks.v4.0.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<AssemblyName>YantraJS.Core</AssemblyName> | ||
<PackageId>YantraJS.Core</PackageId> | ||
<PackageTags>yantra,yantrajs,javascript,c#,standard,core,framework,.net</PackageTags> | ||
<Description>JavaScript Engine Core for .NET Standard</Description> | ||
<PackageProjectUrl>http://yantrajs.com/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/yantrajs/yantra</RepositoryUrl> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<Version>1.0.1</Version> | ||
<LangVersion>latest</LangVersion> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<EmbedAllSources>True</EmbedAllSources> | ||
<DebugType>embedded</DebugType> | ||
<DebugSymbols>true</DebugSymbols> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath> | ||
</PropertyGroup> | ||
<Target Name="AddSourceGeneratedFiles" AfterTargets="CoreCompile"> | ||
<ItemGroup> | ||
<Compile Include="Generated\**" /> | ||
</ItemGroup> | ||
</Target> | ||
<Target Name="RemoveSourceGeneratedFiles" BeforeTargets="CoreCompile"> | ||
<ItemGroup> | ||
<Compile Remove="Generated\**" /> | ||
</ItemGroup> | ||
</Target> | ||
|
||
<!-- <ItemGroup> | ||
<Compile Include="..\esprima-dotnet\src\Esprima\*.cs"> | ||
<Link>Esprima\%(RecursiveDir)%(FileName)%(Extension)</Link> | ||
</Compile> | ||
<Compile Include="..\esprima-dotnet\src\Esprima\Ast\*.cs"> | ||
<Link>Esprima\Ast\%(RecursiveDir)%(FileName)%(Extension)</Link> | ||
</Compile> | ||
<Compile Include="..\esprima-dotnet\src\Esprima\Utils\*.cs"> | ||
<Link>Esprima\Utils\%(RecursiveDir)%(FileName)%(Extension)</Link> | ||
</Compile> | ||
</ItemGroup> --> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="ErrorProne.NET.Structs" Version="0.3.0-beta.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.Text.Json" Version="8.0.5" /> | ||
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" /> | ||
<PackageReference Include="System.Runtime" Version="4.3.1" /> | ||
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\YantraJS.ExpressionCompiler\YantraJS.ExpressionCompiler.csproj" /> | ||
<ProjectReference Include="..\YantraJS.JSClassGenerator\YantraJS.JSClassGenerator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="Microsoft.Build.Tasks.v4.0"> | ||
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.Build.Tasks.v4.0.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
|
||
</Project> |