Skip to content

Commit 6a27202

Browse files
committed
Update project settings.
1 parent 7531754 commit 6a27202

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Graph/Graph.csproj

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>0.0.2</Version>
5+
<Version>1.0.0</Version>
66
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
7-
<PackageLicenseExpression></PackageLicenseExpression>
7+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<PackageProjectUrl>https://github.com/Guzik1/MathGraph_for_.Net</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/Guzik1/.Net_MathGraph</RepositoryUrl>
10-
<RepositoryType>Git</RepositoryType>
10+
<RepositoryType>Github</RepositoryType>
1111
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1212
<Copyright>MIT</Copyright>
13+
<AssemblyName>Graph</AssemblyName>
14+
<PackageId>MathGraph</PackageId>
15+
<Company />
16+
<Authors>Sebastian Guzik</Authors>
17+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
18+
<FileVersion>1.0.0.0</FileVersion>
1319
</PropertyGroup>
1420

1521
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -18,10 +24,6 @@
1824
</PropertyGroup>
1925

2026
<ItemGroup>
21-
<PackageReference Include="DefaultDocumentation" Version="0.5.2">
22-
<PrivateAssets>all</PrivateAssets>
23-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24-
</PackageReference>
2527
<PackageReference Include="OptimizedPriorityQueue" Version="4.2.0" />
2628
</ItemGroup>
2729

GraphSave/GraphSave.csproj

+4-8
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,19 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<PackageProjectUrl>https://github.com/Guzik1/MathGraph_for_.Net</PackageProjectUrl>
5+
<PackageProjectUrl></PackageProjectUrl>
66
<Copyright>MIT</Copyright>
77
<RepositoryUrl>https://github.com/Guzik1/MathGraph_for_.Net</RepositoryUrl>
88
<RepositoryType>GIT</RepositoryType>
9+
<PackageId>MathGraphSave</PackageId>
10+
<Authors>Sebastian Guzik</Authors>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
912
</PropertyGroup>
1013

1114
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1215
<DocumentationFile>A:\Visual studio project\GraphGit\docs\GraphSave\GraphSave.xml</DocumentationFile>
1316
</PropertyGroup>
1417

15-
<ItemGroup>
16-
<PackageReference Include="DefaultDocumentation" Version="0.5.2">
17-
<PrivateAssets>all</PrivateAssets>
18-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19-
</PackageReference>
20-
</ItemGroup>
21-
2218
<ItemGroup>
2319
<ProjectReference Include="..\Graph\Graph.csproj" />
2420
</ItemGroup>

0 commit comments

Comments
 (0)