Skip to content

Commit

Permalink
Bumped source link
Browse files Browse the repository at this point in the history
- Was causing issues building on ubuntu 18.04 dotnet/roslyn#29289
  • Loading branch information
JeremyTCD committed Nov 16, 2019
1 parent fcb81b7 commit cb76b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NodeJS/Jering.Javascript.NodeJS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>JeremyTCD</Authors>
<Title>Invoke Javascript in NodeJS, from C#</Title>
<Description>Jering.Javascript.NodeJS enables you to invoke javascript in NodeJS, from C#. With this ability, you can use javascript libraries and scripts from your C# projects.</Description>
<Copyright>© 2018 Jering. All rights reserved.</Copyright>
<Copyright>© 2018-2019 Jering. All rights reserved.</Copyright>
<PackageProjectUrl>https://www.jering.tech/utilities/jering.javascript.nodejs/index</PackageProjectUrl>
<RepositoryUrl>https://github.com/JeringTech/Javascript.NodeJS</RepositoryUrl>
<PackageLicenseUrl>$(RepositoryUrl)/blob/master/License.md</PackageLicenseUrl>
Expand Down Expand Up @@ -37,7 +37,7 @@

<ItemGroup>
<PackageReference Include="Jering.IocServices.System.Net.Http" Version="0.3.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit cb76b72

Please sign in to comment.