mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 09:55:28 +08:00 
			
		
		
		
	Updated packages (#1133)
* Upgrading nugets * doc changes * more changes to remove warnings * one more fix * one more fix * forcing the build
This commit is contained in:
		@@ -321,7 +321,7 @@
 | 
			
		||||
 | 
			
		||||
        private void WhenIGet(string key)
 | 
			
		||||
        {
 | 
			
		||||
            _result = _configuration.GetValue("BaseUrl", "");
 | 
			
		||||
            _result = _configuration.GetValue(key, "");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        private void ThenTheResultIs(string expected)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user