jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
186 stars 34 forks source link

compilerconfig.json artifact added to project on NuGet package install #27

Closed pm64 closed 4 years ago

pm64 commented 4 years ago

When the BlazorDateRangePicker NuGet package is installed, compilerconfig.json is created in the project root. I assume this is not intended?

jdtcn commented 4 years ago

Hello. Yes, this is not intended. Strange behavior considering this lines in csproj file:

https://github.com/jdtcn/BlazorDateRangePicker/blob/029c5b5da0b1ca664f4e125a45b4a25de00ed0db/BlazorDateRangePicker/BlazorDateRangePicker.csproj#L36-L40

I'll investigate this and publish fix with coming 3.0.0 release within few days.

jdtcn commented 4 years ago

Fixed in 2.7.0