File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Webenable.Logging.JavaScript
test/Webenable.Logging.JavaScript.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
- <Version >0. 1.0</ Version >
4
+ <VersionPrefix > 1.0.0</ VersionPrefix >
5
5
<Description >Forwards JavaScript logs to ASP.NET Core applications.</Description >
6
6
<GenerateDocumentationFile >true</GenerateDocumentationFile >
7
7
<Copyright >© 2019 Webenable B.V., Henk Mollema</Copyright >
8
8
<PackageProjectUrl >https://github.com/webenablebv/Webenable.Logging.JavaScript</PackageProjectUrl >
9
- <PackageLicenseUrl >https://github.com/webenablebv/Webenable.Logging.JavaScript/blob/master/LICENSE</ PackageLicenseUrl >
9
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
10
10
<RepositoryType >git</RepositoryType >
11
11
<RepositoryUrl >https://github.com/webenablebv/Webenable.Logging.JavaScript</RepositoryUrl >
12
12
<Authors >Webenable B.V.;Henk Mollema</Authors >
Original file line number Diff line number Diff line change 7
7
<ProjectReference Include =" ..\Webenable.Logging.JavaScript.TestWebsite\Webenable.Logging.JavaScript.TestWebsite.csproj" />
8
8
<PackageReference Include =" Microsoft.AspNetCore.App" Version =" 2.1.6" />
9
9
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 2.1.3" />
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9 .0" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2 .0" />
11
11
<PackageReference Include =" xunit" Version =" 2.4.1" />
12
12
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
13
13
</ItemGroup >
You can’t perform that action at this time.
0 commit comments