Skip to content

Commit

Permalink
[C#] 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Aug 14, 2021
1 parent 41bf518 commit 34064a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions csharp/Platform.Data.Sequences/Platform.Data.Sequences.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data.Sequences Class Library</Description>
<Copyright>konard, FreePhoenix888</Copyright>
<AssemblyTitle>Platform.Data.Sequences</AssemblyTitle>
<VersionPrefix>0.0.1</VersionPrefix>
<VersionPrefix>0.0.2</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Data.Sequences</AssemblyName>
Expand All @@ -24,7 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
<PackageReleaseNotes>The redundant dependency is removed.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand All @@ -33,7 +33,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Platform.Data" Version="0.5.0" />
</ItemGroup>

</Project>

0 comments on commit 34064a7

Please sign in to comment.