Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 604d838

Browse files
minor fix on System.Globalization.Calendars
1 parent bdfebc2 commit 604d838

File tree

3 files changed

+593
-1
lines changed

3 files changed

+593
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ More libraries are coming soon (the overall list of items we currently plan to m
7171
|**System.Diagnostics.TraceSource**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Diagnostics.TraceSource.svg)](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes that help you trace the execution of your code.</sub>|
7272
|**System.Dynamic.Runtime**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Dynamic.Runtime.svg)](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes and interfaces that support the Dynamic Language Runtime (DLR).</sub>|
7373
|**System.Globalization.Extensions**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Globalization.Extensions.svg)](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes for performing unicode string normalization, culture-specific string comparisons and support the use of non-ASCII characters for Internet domain names.</sub>|
74+
|**System.Globalization.Calendars**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Globalization.Calendars.svg)](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars.</sub>|
7475
|**System.IO**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.IO.svg)](https://www.myget.org/gallery/dotnet-core)|<sub>Provides base input and output (I/O) types that enable reading and writing data streams.</sub>|
7576
|**System.IO.Compression**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.IO.Compression.svg)](https://www.myget.org/gallery/dotnet-core)|<sub>Provides classes that support the compression and decompression of streams.</sub>|
7677
|**System.IO.Compression.ZipFile**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.IO.Compression.ZipFile.svg)](https://www.myget.org/gallery/dotnet-core)|<sub>Provides static methods for creating and using Zip files.</sub>|

src/System.Globalization.Calendars/tests/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"xunit.netcore.extensions": "1.0.0-prerelease-*",
99
"xunit.assert": "2.0.0-beta5-build2785",
1010
"xunit.core.netcore": "1.0.1-prerelease"
11+
},
12+
"frameworks": {
13+
"dnxcore50": {}
1114
}
12-
}
15+
}

0 commit comments

Comments
 (0)